apache / iceberg-rust

Apache Iceberg
https://rust.iceberg.apache.org/
Apache License 2.0
673 stars 159 forks source link

chore: upgrade to DataFusion 43 #691

Closed gruuya closed 1 week ago

gruuya commented 1 week ago

The main code change here is that Debug is a new trait bound for a lot of DataFusion traits now: https://github.com/apache/datafusion/issues/12555.