Eason0729 commented on issue #10793:
URL: https://github.com/apache/datafusion/issues/10793#issuecomment-2365165722
I have a windows machine but was unable to reproduce this issue.
<details>
<summary>Terminial output</summary>
<div>
<pre>
PS C:\project\datafusion\datafusion-cli> cargo test
cli_intgration::cli_quick_test
warning: unexpected `cfg` condition value: `force_hash_collisions`
-->
C:\Files\project\active-project\datafusion\datafusion\common\src\hash_utils.rs:306:7
|
306 | #[cfg(feature = "force_hash_collisions")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `apache-avro`, `avro`,
`backtrace`, `object_store`, `parquet`, `pyarrow`, and `pyo3`
= help: consider adding `force_hash_collisions` as a feature in
`Cargo.toml`
= note: see
<https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for
more information about checking conditional configuration
= note: `#[warn(unexpected_cfgs)]` on by default
...
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 38 filtered out;
finished in 0.00s
Running unittests src/main.rs
(target\debug\deps\datafusion_cli-483c98fe9c3d1fe6.exe)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out;
finished in 0.00s
Running tests\cli_integration.rs
(target\debug\deps\cli_integration-9f8847f04ba787bb.exe)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 4 filtered out;
finished in 0.00s
</pre>
</div>
</details>
--
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]