Skip to content

Commit

Permalink
add support for xz file compression
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiayu Liu authored and jimexist committed Nov 11, 2022
1 parent 5883e43 commit d3f6057
Show file tree
Hide file tree
Showing 11 changed files with 191 additions and 132 deletions.
2 changes: 1 addition & 1 deletion ci/scripts/rust_clippy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
# under the License.

set -ex
cargo clippy --all-targets --workspace --features avro,jit,pyarrow,scheduler -- -D warnings
cargo clippy --all-targets --workspace --features avro,jit,pyarrow,scheduler,compression -- -D warnings
145 changes: 52 additions & 93 deletions datafusion-cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d3f6057

Please sign in to comment.