We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2112e2 commit 79bc726Copy full SHA for 79bc726
.github/workflows/rust.yml
@@ -471,7 +471,7 @@ jobs:
471
export RUST_MIN_STACK=20971520
472
export TPCH_DATA=`realpath datafusion/sqllogictest/test_files/tpch/data`
473
cargo test plan_q --package datafusion-benchmarks --profile ci --features=ci -- --test-threads=1
474
- INCLUDE_TPCH=true cargo test --features backtrace --profile ci --package datafusion-sqllogictest --test sqllogictests
+ INCLUDE_TPCH=true cargo test --features backtrace,parquet_encryption --profile ci --package datafusion-sqllogictest --test sqllogictests
475
- name: Verify Working Directory Clean
476
run: git diff --exit-code
477
0 commit comments