Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support apache-datafusion #420

Open
waitingkuo opened this issue Jul 1, 2022 · 0 comments
Open

Support apache-datafusion #420

waitingkuo opened this issue Jul 1, 2022 · 0 comments

Comments

@waitingkuo
Copy link
Contributor

Datafusion https://github.com/apache/arrow-datafusion is the subproject of apache arrow

I can do ta.from_arrow(pa.Table.from_batches( datafusion_dataframe.collect()) for now to

  1. convert datafusion's dataframe to arrow batch record
  2. convert arrow batch record to pyarrow table
  3. use ta.from_arrow to load it

wonder whether this is interesting for you to support datafusion's dataframe directly via

ta.from_datafusion( datafusion_dataframe )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant