dask-sql icon indicating copy to clipboard operation
dask-sql copied to clipboard

[ENH] Add Arrow DataFusion Python as Cargo dependency

Open jdye64 opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe. Add Arrow DataFusion Python as a Cargo dependency in Dask-SQL. This means removing the existing DataFusion dependencies so there will be a decent amount of code refactoring although it will all be trivial use renaming for the most part.

Describe the solution you'd like Remove all existing DataFusion dependencies from the Cargo file and add Arrow DataFusion Python and make the required changes to get everything working. Try to change the least amount of files as possible although the very nature of the refactor will call for quite a few files to be changed.

Describe alternatives you've considered None

Additional context None

jdye64 avatar Mar 14 '23 12:03 jdye64