adriangbot commented on PR #20958: URL: https://github.com/apache/datafusion/pull/20958#issuecomment-4066830666
Benchmark for [this request](https://github.com/apache/datafusion/pull/20958#issuecomment-4066805380) failed. Last 20 lines of output: <details><summary>Click to expand</summary> ``` | ^^^^^^^^^^^^^ error[E0308]: mismatched types --> datafusion/physical-expr-common/src/binary_view_map.rs:259:33 | 259 | create_hashes([values], &self.random_state, batch_hashes) | ------------- ^^^^^^^^^^^^^^^^^^ expected `&FixedState`, found `&RandomState` | | | arguments to this function are incorrect | = note: expected reference `&foldhash::fast::FixedState` found reference `&ahash::RandomState` note: function defined here --> datafusion/common/src/hash_utils.rs:1094:8 | 1094 | pub fn create_hashes<'a, I, T>( | ^^^^^^^^^^^^^ For more information about this error, try `rustc --explain E0308`. error: could not compile `datafusion-physical-expr-common` (lib) due to 2 previous errors ``` </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]
