adriangbot commented on PR #20958: URL: https://github.com/apache/datafusion/pull/20958#issuecomment-4066979531
Benchmark for [this request](https://github.com/apache/datafusion/pull/20958#issuecomment-4066953218) failed. Last 20 lines of output: <details><summary>Click to expand</summary> ``` error[E0308]: mismatched types --> datafusion/physical-plan/src/windows/bounded_window_agg_exec.rs:711:32 | 711 | create_hashes(columns, &self.random_state, &mut 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-plan` (lib) due to 10 previous errors warning: build failed, waiting for other jobs to finish... ``` </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]
