-
Notifications
You must be signed in to change notification settings - Fork 187
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
Implement transforms projection #289
Comments
Does this duplicate to #264? |
If not, I will work on this. |
I think this issue includes several things, and they are tracked in #153 . |
For this one, it looks like the same as #264. |
Yes, we can close this, thanks @marvinlanhenke for this effort! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For evaluating the hibben partition filters, we need to have column projections. For example, this will translate
dt <= 2024-02-01 and dt < 2024-03-01
to the partition filtermonth(dt) = 2024-02
.project()
method from the transforms: https://github.com/apache/iceberg-python/blob/main/pyiceberg/transforms.pyThe text was updated successfully, but these errors were encountered: