yuribudilov commented on issue #769:
URL:
https://github.com/apache/arrow-datafusion/issues/769#issuecomment-885302086
OK, I fixed it, thanks to Rust compiler (what a fantastic language!!)
Rust errors "suggested" different version of arrow crate were used.
So I tried using an earlier arrow version in TOML:
arrow = { version = "4.4.0", features = ["prettyprint", "default"] }
This compiles and builds and runs correctly !! Phew! Happy days.
May I humbly suggest there is likely to be a buglet in either datafusion
4.0.0 or in arrow 5.0 or both ?
May I also suggest to update datafusion documentation to list more complete
TOML dependencies because those of us who are new to arrow/datafusion but would
like to learn could use more help and reliable and accessible documentation is
all we have.
Many thanks for reading thus far, it looks like a fantastic product you have
been building!
Please feel free to close this issue.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]