delta-rs
delta-rs copied to clipboard
chore: datafusion 34, arrow & parquet 49
Description
Upgrades DataFusion and Arrow to v34 and v49 respectively. As a casualty we also need to upgrade object_store to v0.8.
Related Issue(s)
Arrow 49 contains a fix to allow for truncated statistics on binary columns (https://github.com/apache/arrow-rs/issues/5037) that I'd like to employ to fix #1805 .
@emcake - thanks for taking care of this!
Seems there is one more clippy error to address :).
I think this is now complete and up to date - there still appears to be some tests failing but I'm struggling to work out if these are flaky or real.
@emcake the restore by datetime and a read test are super flaky..
@emcake maybe object store 0.8 is causing the read failures, can you revert to object store 0.7?
Object store is coupled to datafusion. Had a first glance, and it seems like fixable problem, but may require some work.
Looks like @roeap beat me to it!