Skip to content
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

Remove domain compaction from iceberg split source #23625

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

raunaqmorarka
Copy link
Member

Description

Compaction of domain before pushdown into iceberg is unnecessary and potentially hinders pruning of metadata

Additional context and related issues

Fixes #9743

Release notes

(x) 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.
( ) Release notes are required, with the following suggested text:

# Section
* Fix some things. ({issue}`issuenumber`)

@cla-bot cla-bot bot added the cla-signed label Oct 1, 2024
@github-actions github-actions bot added the iceberg Iceberg connector label Oct 1, 2024
Compaction of domain before pushdown into iceberg is unnecessary
and potentially hinders pruning of metadata
@wendigo wendigo merged commit c08cc78 into trinodb:master Oct 1, 2024
42 checks passed
@github-actions github-actions bot added this to the 460 milestone Oct 1, 2024
@raunaqmorarka raunaqmorarka deleted the ice-compact branch October 1, 2024 10:07
@mosabua mosabua mentioned this pull request Oct 1, 2024
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed iceberg Iceberg connector
Development

Successfully merging this pull request may close these issues.

IcebergSplitSource: Support large IN predicates
3 participants