Closed
Description
I wanted to open a conversation around the concerns of datafusion-federation
vs datafusion-table-providers
. Historically, I created the /sources
folder in datafusion-federation
to show off the federation agains a couple remotes. However, it seems like datafusion-table-providers
would be the better place for theseto live. Therefore, I propose to:
- remove the sources from this repo
- rewrite the examples in this repo using
datafusion-table-providers
. - Since this leaves
datafusion-federation-sql
with relatively little code: move this code to thedatafusion-federation
crate itself, behind asql
feature.
A couple of points to iron out:
- Do we agree with the overall approach?
- Is there sufficient appetite to move the
flight-sql
package (including executor & server ) todatafusion-table-providers
or do we leave this in thedatafusion-federation
tree?
Metadata
Metadata
Assignees
Labels
No labels