adriangbot commented on PR #22729: URL: https://github.com/apache/datafusion/pull/22729#issuecomment-4622481531
Benchmark for [this request](https://github.com/apache/datafusion/pull/22729#issuecomment-4622443332) failed. Last 20 lines of output: <details><summary>Click to expand</summary> ``` Compiling datafusion-functions-window v53.1.0 (/workspace/datafusion-branch/datafusion/functions-window) Compiling datafusion-physical-plan v53.1.0 (/workspace/datafusion-branch/datafusion/physical-plan) Compiling datafusion-physical-expr-adapter v53.1.0 (/workspace/datafusion-branch/datafusion/physical-expr-adapter) warning: ignoring -C extra-filename flag due to -o flag error[E0428]: the name `Partial` is defined multiple times --> datafusion/physical-plan/src/aggregates/hash_table.rs:42:1 | 40 | pub(super) struct Partial; | -------------------------- previous definition of the type `Partial` here 41 | /// Marker for partial state -> final value aggregation. 42 | pub(super) struct Partial; | ^^^^^^^^^^^^^^^^^^^^^^^^^^ `Partial` redefined here | = note: `Partial` must be defined only once in the type namespace of this module For more information about this error, try `rustc --explain E0428`. warning: `datafusion-physical-plan` (lib) generated 1 warning error: could not compile `datafusion-physical-plan` (lib) due to 1 previous error; 1 warning emitted warning: build failed, waiting for other jobs to finish... ``` </details> --- [File an issue](https://github.com/adriangb/datafusion-benchmarking/issues) against this benchmark runner -- 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]
