-
Notifications
You must be signed in to change notification settings - Fork 12
Unable to build #18
Comments
Did you have a local path override for the datafusion dependency? version 6.x is available on creates.io: https://crates.io/crates/datafusion/versions. Good catch on the readme and yes we should get that fixed. PRs welcome :) |
@houqp: Actually, the issue was rustc version must be > 1.56.1. I had to upgrade rustc version to latest (1.58.1) and afterward s I was able to build datafusion-python package. We noticed df.collect method performance is slow and I would like to discuss with you. Do you have an email I could reach out to you? |
@mmuru for performance related issue, it's best if you can send a reproducible sample code to apache/arrow-datafusion repo and tag me so other people from the community can jump in to help as well. |
@houqp: Thanks. It was related to python binding collect() from dataframe.rs., so thought I ask here but will post the issue in apache/arrow-datafusion. Ideally, we need it should return PyResult<Vec>.
|
@mmuru are you able to reproduce the performance issue using just Rust code? |
The error message from maturin is quite confusing and needs improvement, I've opened PyO3/maturin#787 to track this. |
since this isn't an issue with this crate, closing this. |
On MacOS and python 3.7
after clone the project, I tried to build it but failed with following
Please, let me know how to fix the build issue.
@houqp:
I noticed that README.md points the previous repo and it should be updated.
The text was updated successfully, but these errors were encountered: