@@ -305,7 +305,7 @@ jobs:
305305 --lib \
306306 --tests \
307307 --bins \
308- --features serde,avro,json,backtrace,integration-tests,parquet_encryption
308+ --features serde,avro,json,backtrace,integration-tests,parquet_encryption,substrait
309309 - name : Verify Working Directory Clean
310310 run : git diff --exit-code
311311 # Check no temporary directories created during test.
@@ -473,7 +473,7 @@ jobs:
473473 export RUST_MIN_STACK=20971520
474474 export TPCH_DATA=`realpath datafusion/sqllogictest/test_files/tpch/data`
475475 cargo test plan_q --package datafusion-benchmarks --profile ci --features=ci -- --test-threads=1
476- INCLUDE_TPCH=true cargo test --features backtrace,parquet_encryption --profile ci --package datafusion-sqllogictest --test sqllogictests
476+ INCLUDE_TPCH=true cargo test --features backtrace,parquet_encryption,substrait --profile ci --package datafusion-sqllogictest --test sqllogictests
477477 - name : Verify Working Directory Clean
478478 run : git diff --exit-code
479479
@@ -537,7 +537,7 @@ jobs:
537537 # command cannot be run for all the .slt files. Run it for just one that works (limit.slt)
538538 # until most of the tickets in https://github.com/apache/datafusion/issues/16248 are addressed
539539 # and this command can be run without filters.
540- run : cargo test -- test sqllogictests -- --substrait-round-trip limit.slt
540+ run : cargo test -p datafusion-sqllogictest -- test sqllogictests --features substrait -- --substrait-round-trip limit.slt
541541
542542 # Temporarily commenting out the Windows flow, the reason is enormously slow running build
543543 # Waiting for new Windows 2025 github runner
@@ -570,7 +570,7 @@ jobs:
570570 uses : ./.github/actions/setup-macos-aarch64-builder
571571 - name : Run tests (excluding doctests)
572572 shell : bash
573- run : cargo test --profile ci --exclude datafusion-cli --workspace --lib --tests --bins --features avro,json,backtrace,integration-tests
573+ run : cargo test --profile ci --exclude datafusion-cli --workspace --lib --tests --bins --features avro,json,backtrace,integration-tests,substrait
574574
575575 vendor :
576576 name : Verify Vendored Code
0 commit comments