datafusion-contrib / datafusion-federation

Allow DataFusion to resolve queries across remote query engines while pushing down as much compute as possible down.
Apache License 2.0
77 stars 18 forks source link

update datafusion to 41 #41

Closed hozan23 closed 3 months ago

hozan23 commented 3 months ago

Hello,

This PR updates the datafusion version to 41 and modifies the datafusion-federation-sql crate to use the connectorx crate from crates.io instead of pulling it directly from the Git repository. It also updates other dependencies.

Please note that this PR is still a work in progress (WIP), as there is currently a version mismatch between the arrow crate used by datafusion and connectorx.