andygrove commented on pull request #7894:
URL: https://github.com/apache/arrow/pull/7894#issuecomment-669233005
@vertexclique I pulled your branch and was able to reproduce the issue by
trying to run the datafusion example. The issue is that you changed the
datafusion crate to use parquet with no features, so that removed the arrow
dependency.
Try this instead in datafusion/Cargo.toml:
```
parquet = { path = "../parquet", version = "2.0.0-SNAPSHOT", features =
["arrow"] }
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]