gboucher90 commented on code in PR #20858:
URL: https://github.com/apache/datafusion/pull/20858#discussion_r2924250040
##########
.github/workflows/extended.yml:
##########
@@ -154,11 +154,16 @@ jobs:
uses: ./.github/actions/setup-builder
with:
rust-version: stable
- - name: Run tests
+ - name: Run tests (force_hash_collisions)
run: |
cd datafusion
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
+ - name: Run tests (force_hash_partial_collisions, #20724)
Review Comment:
Ah thank you 🙇 , I was about to do it after my lunch break
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]