-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[Feature Request]: [IcebergIO] Configure data writers to track metrics #34112
Comments
@ahmedabu98 Is this issue available to work on? |
Hey @Suvrat1629! Yeah give it a shot and tag me in the PR to review it. Let's make sure we add some unit testing that columns marked for statistic collection are respected. Take a look at the following table options for enabling metrics on table columns:
|
@ahmedabu98
does this approach fit right? Do I need to look into anymore files? |
I think it'll end up being a lot simpler than that. |
@ahmedabu98 So I need to add |
@ahmedabu98 Since now that I have made the necessary change as you told me, do i add a new Test case file for the tests or make changes to and existing one? |
You can add a new test case to an existing class: RecordWriterManagerTest.java |
What would you like to happen?
We're configuring our Iceberg data writers without a metrics config! So we're losing out on writing important statistics for each data file (statistics that help with query planning).
This can be easily added over here with:
Issue Priority
Priority: 2 (default / most feature requests should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: