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.
Hello,
This PR updates the
datafusion
version to 41 and modifies thedatafusion-federation-sql
crate to use theconnectorx
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 bydatafusion
andconnectorx
.