-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Iceberg partition pruning does not work for predicates not expressible by tuple domain #9309
Labels
enhancement
New feature or request
Comments
findepi
changed the title
Partition prunning does not work for predicates not expressible by tuple domain
Iceberg Partition pruning does not work for predicates not expressible by tuple domain
Sep 21, 2021
findepi
changed the title
Iceberg Partition pruning does not work for predicates not expressible by tuple domain
Iceberg partition pruning does not work for predicates not expressible by tuple domain
Sep 21, 2021
May require #7608 |
homar
added a commit
to homar/trino
that referenced
this issue
Nov 18, 2021
…le domain fixes trinodb#9309 fixes trinodb#7608 The idea is to push constraint down to split source and not generate splits that would be filtered out by this constraint's predicate.
sumannewton
pushed a commit
to sumannewton/trino
that referenced
this issue
Jan 17, 2022
…le domain fixes trinodb#9309 fixes trinodb#7608 The idea is to push constraint down to split source and not generate splits that would be filtered out by this constraint's predicate.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Partition pruning in Iceberg does not work for filters that are passed via
Constraint.predicate
(as opposed toConstraint.summary
).Repro:
cc: @findepi
The text was updated successfully, but these errors were encountered: