-
Notifications
You must be signed in to change notification settings - Fork 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
Prevent multiple files per partition in TestMetadataQueryOptimization #15524
Conversation
Scaling shouldn't happen here as CTAS is very small
locally this test passes without scaling (and scaling should never trigger because exchange buffer is much bigger than 6 rows) |
Managed to repro with 2 writers, it seems that |
Adjuster PR |
optimize_metadata_queries doesn't work when files are written by different writers
Thanks for fixing the failing test!
this sounds like a product bug, while fix looks like test-only change. |
I don't know Iceberg internals. For me it's odd that this optimization stops working when partitions are written by different writers. I'm leaving it to you @findepi to triage it. My goal here was to restore previous behavior in test and unblock master. |
yes, and that's appreciated!
sounds odd, indeed |
none. Again, I'm not sure if its a bug, therefore I defer to more Iceberg experienced person for triaging. |
optimize_metadata_queries doesn't work when files are written by different writers
Fixes #15507