adriangbot commented on PR #23753: URL: https://github.com/apache/datafusion/pull/23753#issuecomment-5032772516
Benchmark for [this request](https://github.com/apache/datafusion/pull/23753#issuecomment-5032740491) failed. Last 20 lines of output: <details><summary>Click to expand</summary> ``` --> datafusion/common/src/config.rs:3831:27 | 3831 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { | ^^^^^^^^^^^^^^^^^^ | help: remove the unnecessary path segments | 3831 - fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { 3831 + fn fmt(&self, f: &mut Formatter<'_>) -> fmt::Result { | error[E0119]: conflicting implementations of trait `std::default::Default` for type `BufferAllocationStrategyWrapper` --> datafusion/common/src/config.rs:589:47 | 589 | #[derive(Default, Clone, Copy, PartialEq, Eq, Default)] | ------- first implementation here ^^^^^^^ conflicting implementation for `BufferAllocationStrategyWrapper` For more information about this error, try `rustc --explain E0119`. warning: `datafusion-common` (lib) generated 2 warnings error: could not compile `datafusion-common` (lib) due to 10 previous errors; 2 warnings emitted ``` </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]
