-
Notifications
You must be signed in to change notification settings - Fork 196
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
Invalid argument error: lz4 IPC decompression requires the lz4 feature #929
Comments
@Dandandan Any suggestions on tracking this down? |
You can enable lz4 compression support via |
Hm but this seems to be currently enabled, are you somehow running a version without |
I built Ballista from this PR with My client is at datafusion-contrib/sqlbench-runners#32 and has these dependencies: [dependencies]
ballista = { git = "https://github.com/andygrove/arrow-ballista", branch="df-34" }
datafusion = { git = "https://github.com/apache/arrow-datafusion", rev = "d091b55be6a4ce552023ef162b5d081136d3ff6d" } It has been a long time since I worked on this project so maybe I am just missing something obvious. |
Is the branch compiling already? |
Yes, it was just the tests that weren't compiling in CI. I pushed a fix. I ran a cargo clean locally on ballista and my client and still see the same issue. |
Does enabling it in the sqlbenchrunner as well by explicitly adding |
Yes, that fixed it, thanks. I can create a PR to add this to the documentation, but it would be nice if this weren't needed. Shouldn't Ballista enable this feature in the arrow dependency by default? |
Describe the bug
I am trying to run queries with Ballista but I get this error on the client.
I am not yet sure where this is coming from.
I do not see any lz4 feature in the Ballista Cargo.toml files.
To Reproduce
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: