Skip to content

Improve query metrics for input tables #25475

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Apr 2, 2025
Merged

Improve query metrics for input tables #25475

merged 5 commits into from
Apr 2, 2025

Conversation

raunaqmorarka
Copy link
Member

@raunaqmorarka raunaqmorarka commented Apr 1, 2025

Description

Improve query metrics for input tables

Additional context and related issues

Release notes

( ) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
(x) Release notes are required, with the following suggested text:

## General
* Improved metrics for input tables in event listener. ({issue}`25475`)

@cla-bot cla-bot bot added the cla-signed label Apr 1, 2025
@github-actions github-actions bot added hudi Hudi connector iceberg Iceberg connector delta-lake Delta Lake connector hive Hive connector labels Apr 1, 2025
@@ -42,6 +43,7 @@ public final class Input

@JsonCreator
public Input(
@JsonProperty("connectorName") Optional<String> connectorName,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it be null in any case ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideally it should not be, it follows similar pattern as io.trino.sql.planner.planprinter.TableInfoSupplier#apply

@raunaqmorarka raunaqmorarka merged commit 2f25629 into master Apr 2, 2025
103 of 105 checks passed
@raunaqmorarka raunaqmorarka deleted the input-info branch April 2, 2025 08:31
@github-actions github-actions bot added this to the 475 milestone Apr 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed delta-lake Delta Lake connector hive Hive connector hudi Hudi connector iceberg Iceberg connector
Development

Successfully merging this pull request may close these issues.

2 participants