-
Notifications
You must be signed in to change notification settings - Fork 59
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 prefix matching expression #49
Comments
@rdblue can please give a bit more context on this issue? |
working on this! |
@rdblue I tried to implement the |
I'd start with adding a new factory method in Binding is the process of looking up the column in a schema to validate that it is there and then updating the expression to work with that column's type. For other predicates, the literal is coerced to the correct type in To implement the You should also implement at least inclusive projection in the transforms, but I can help you with that when you're close to that problem. |
I've moved this issue to apache/iceberg#31. Please continue discussion there. Thanks! |
Some users have requested prefix matching or startsWith.
The text was updated successfully, but these errors were encountered: