This is an automated email from the ASF dual-hosted git repository. alamb pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push: new 42e55bd406 Disable `datafusion-cli tests in hash (#16382) 42e55bd406 is described below commit 42e55bd40605215f27decfb115dbeca9bb86ce28 Author: Andrew Lamb <and...@nerdnetworks.org> AuthorDate: Thu Jun 12 08:20:13 2025 -0400 Disable `datafusion-cli tests in hash (#16382) --- .github/workflows/extended.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/extended.yml b/.github/workflows/extended.yml index 0ccecfc44f..fb97fbac97 100644 --- a/.github/workflows/extended.yml +++ b/.github/workflows/extended.yml @@ -136,7 +136,7 @@ jobs: - name: Run tests run: | cd datafusion - cargo test --profile ci --exclude datafusion-examples --exclude datafusion-benchmarks --exclude datafusion-sqllogictest --workspace --lib --tests --features=force_hash_collisions,avro + cargo test --profile ci --exclude datafusion-examples --exclude datafusion-benchmarks --exclude datafusion-sqllogictest --exclude datafusion-cli --workspace --lib --tests --features=force_hash_collisions,avro cargo clean sqllogictest-sqlite: --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org For additional commands, e-mail: commits-h...@datafusion.apache.org