-
Notifications
You must be signed in to change notification settings - Fork 149
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
feat (datafusion integration): convert datafusion expr filters to Iceberg Predicate #588
Commits on Aug 27, 2024
-
adding main function and tests
Alon Agmon committedAug 27, 2024 Configuration menu - View commit details
-
Copy full SHA for e8bd953 - Browse repository at this point
Copy the full SHA e8bd953View commit details
Commits on Aug 28, 2024
-
adding tests, removing integration test for now
Alon Agmon committedAug 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 9a54ef9 - Browse repository at this point
Copy the full SHA 9a54ef9View commit details -
Alon Agmon committed
Aug 28, 2024 Configuration menu - View commit details
-
Copy full SHA for afc9c13 - Browse repository at this point
Copy the full SHA afc9c13View commit details
Commits on Aug 29, 2024
-
Alon Agmon committed
Aug 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 9f88a5a - Browse repository at this point
Copy the full SHA 9f88a5aView commit details
Commits on Sep 1, 2024
-
- added support in schmema to convert Date32 to correct arrow type
- refactored scan to use new predicate converter as visitor and seperated it to a new mod - added support for simple predicates with column cast expressions - added testing, mostly around date functions
Alon Agmon committedSep 1, 2024 Configuration menu - View commit details
-
Copy full SHA for e473471 - Browse repository at this point
Copy the full SHA e473471View commit details -
Alon Agmon committed
Sep 1, 2024 Configuration menu - View commit details
-
Copy full SHA for 9d2112d - Browse repository at this point
Copy the full SHA 9d2112dView commit details -
reducing number of tests (17 -> 7)
Alon Agmon committedSep 1, 2024 Configuration menu - View commit details
-
Copy full SHA for f042ddc - Browse repository at this point
Copy the full SHA f042ddcView commit details -
Alon Agmon committed
Sep 1, 2024 Configuration menu - View commit details
-
Copy full SHA for d9f7e3f - Browse repository at this point
Copy the full SHA d9f7e3fView commit details
Commits on Sep 2, 2024
-
Alon Agmon committed
Sep 2, 2024 Configuration menu - View commit details
-
Copy full SHA for cbbf3a6 - Browse repository at this point
Copy the full SHA cbbf3a6View commit details -
refactoring to use TreeNodeVisitor
Alon Agmon committedSep 2, 2024 Configuration menu - View commit details
-
Copy full SHA for e864fd1 - Browse repository at this point
Copy the full SHA e864fd1View commit details -
Alon Agmon committed
Sep 2, 2024 Configuration menu - View commit details
-
Copy full SHA for bb41f70 - Browse repository at this point
Copy the full SHA bb41f70View commit details
Commits on Sep 4, 2024
-
Alon Agmon committed
Sep 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 8650476 - Browse repository at this point
Copy the full SHA 8650476View commit details
Commits on Sep 8, 2024
-
adding swapped op and fixing CR comments
Alon Agmon committedSep 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 21a38f5 - Browse repository at this point
Copy the full SHA 21a38f5View commit details
Commits on Sep 13, 2024
-
Merge remote-tracking branch 'upstream/main' into feat-impl-df-filters
Alon Agmon committedSep 13, 2024 Configuration menu - View commit details
-
Copy full SHA for c6cfa68 - Browse repository at this point
Copy the full SHA c6cfa68View commit details