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 3, 2022
1 parent 61429f8 commit 9d4028b
Show file tree
Hide file tree
Showing 12 changed files with 234 additions and 219 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
cargo check --no-default-features -p datafusion
- name: Check workspace with all features
run: |
cargo check --workspace --benches --features avro,jit,scheduler,json
cargo check --workspace --benches --features avro,jit,scheduler,json,compression
- name: Check Cargo.lock for datafusion-cli
run: |
# If this test fails, try running `cargo update` in the `datafusion-cli` directory
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Run tests
run: |
export PATH=$PATH:$HOME/d/protoc/bin
cargo test --features avro,jit,scheduler,json
cargo test --features avro,jit,scheduler,json,compression
- name: Run examples
run: |
export PATH=$PATH:$HOME/d/protoc/bin
Expand Down
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
Loading

0 comments on commit 9d4028b

Please sign in to comment.