ChanTsune opened a new pull request, #19860:
URL: https://github.com/apache/datafusion/pull/19860
## Which issue does this PR close?
- Refs #17509 (Switch from xz2 to liblzma to reduce duplicate dependencies)
## Rationale for this change
Switching from `xz2` to `liblzma` enabled wasm builds (liblzma supports
wasm),
so we can now enable the `compression` feature in wasm tests.
## What changes are included in this PR?
- Add the `compression` feature to the `datafusion` dependency in
`datafusion/wasmtest/Cargo.toml`.
## Are these changes tested?
- Verified by CI in this PR.
## Are there any user-facing changes?
- No. (test configuration change only)
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]