-
Notifications
You must be signed in to change notification settings - Fork 2.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
Add Parquet user-defined predicate to push down StartsWith #682
Comments
Sorry to jump in but maybe this issue refers to handle STARTS_WITH case with an UserDefinedPredicate here. |
When I opened this issue, I was thinking about the old read path. That's the one that @maqroll correctly pointed to. But we now use the new read path and the row group filters are I think the only remaining task for this (and for IN/NOT_IN) is to update the conversion from Spark filters to use the new Iceberg expressions. |
I'm going to close this one since I think it covers a case that we don't really need to worry about. |
In my humble opinion, issue #327 is the roots of persecution |
I'm not sure I understand you. What do you mean? |
I think |
I agree. I opened #748 to track updating |
Parquet cannot currently push down startsWith predicates because it doesn't have a built-in implementation. Iceberg should add a user-defined predicate to push it down.
The text was updated successfully, but these errors were encountered: