alamb commented on PR #11939:
URL: https://github.com/apache/datafusion/pull/11939#issuecomment-2283661518
I re-ran the relevant test:
```shell
cargo test --test sqllogictests --features=force_hash_collisions -- parquet
```
And indeed it passes locally for me too
```
andrewlamb@Andrews-MBP-2:~/Software/datafusion$ cargo test --test
sqllogictests --features=force_hash_collisions -- parquet
warning: function `hash_map_array` is never used
--> datafusion/common/src/hash_utils.rs:249:4
|
249 | fn hash_map_array(
| ^^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
warning: `datafusion-common` (lib) generated 1 warning
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.40s
Running bin/sqllogictests.rs
(target/debug/deps/sqllogictests-a3320b7543efea67)
Running "parquet.slt"
Running "parquet_sorted_statistics.slt"
andrewlamb@Andrews-MBP-2:~/Software/datafusion$
```
--
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]