-
Notifications
You must be signed in to change notification settings - Fork 414
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
chore: upgrade to datafusion 43 #2886
Commits on Nov 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f57d86e - Browse repository at this point
Copy the full SHA f57d86eView commit details -
chore: adopt new datafusion crate
Signed-off-by: R. Tyler Croy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e45561b - Browse repository at this point
Copy the full SHA e45561bView commit details -
fix: upgrade python ABI to 3.9 from 3.8
The release of pyo3 0.22.3 compells this since we cannot otherwise compile. The choice is between pinning 0.22.2 and upgrading our ABI, and I think it's better to upgrade the ABI Signed-off-by: R. Tyler Croy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for acc1817 - Browse repository at this point
Copy the full SHA acc1817View commit details -
fix: adopt the right array item name which changed in kernel 0.3.1
see delta-io/delta-kernel-rs#301 Signed-off-by: R. Tyler Croy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5c26eeb - Browse repository at this point
Copy the full SHA 5c26eebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48f8db1 - Browse repository at this point
Copy the full SHA 48f8db1View commit details -
chore: add a rust test demonstrating challenges with updates and lists
Signed-off-by: R. Tyler Croy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 57703d7 - Browse repository at this point
Copy the full SHA 57703d7View commit details -
chore: upgrade to the latest datafusion 43
Signed-off-by: R. Tyler Croy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 22012d3 - Browse repository at this point
Copy the full SHA 22012d3View commit details -
chore: upgrade all version ranges for the datafusion 43 ABI change
Signed-off-by: R. Tyler Croy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b4845d - Browse repository at this point
Copy the full SHA 7b4845dView commit details -
chore: add trait annotations for compilation with datafusion 43
Signed-off-by: R. Tyler Croy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e831776 - Browse repository at this point
Copy the full SHA e831776View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfdf463 - Browse repository at this point
Copy the full SHA dfdf463View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d02b26 - Browse repository at this point
Copy the full SHA 0d02b26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dc38ef - Browse repository at this point
Copy the full SHA 6dc38efView commit details -
chore: datafusion 43 updates, use projected schema in some places
Signed-off-by: Stephen Carman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9c46985 - Browse repository at this point
Copy the full SHA 9c46985View commit details
Commits on Nov 21, 2024
-
fix: disable datafusion optimizers which perform list field name erasure
Today the make_array function from Datafusion uses "item" as the list element's field name. With recent changes in delta-kernel-rs we have switched to calling it "element" which is more conventional related to how Apache Parquet handles things This change introduces a test which helps isolate the behavior seen in Python tests within the core crate for easier regression testing Signed-off-by: R. Tyler Croy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b144cf1 - Browse repository at this point
Copy the full SHA b144cf1View commit details