adriangbot commented on PR #23407: URL: https://github.com/apache/datafusion/pull/23407#issuecomment-4922479848
Benchmark for [this request](https://github.com/apache/datafusion/pull/23407#issuecomment-4922450299) failed. Last 20 lines of output: <details><summary>Click to expand</summary> ``` note: future is not `Send` as this value is used across an await --> datafusion/physical-plan/src/sorts/merge.rs:259:51 | 251 | async fn run(mut self) -> Result<()> { | -------- has type `SortPreservingMergeStream<C>` which is not `Send` ... 259 | self.maybe_poll_stream(partition_idx).await?; | ^^^^^ await occurs here, with `mut self` maybe used later = note: required for the cast from `Pin<Box<RecordBatchStreamAdapter<TryFnStream<RecordBatch, ..., ...>>>>` to `Pin<Box<dyn RecordBatchStream + std::marker::Send>>` = note: the full name for the type has been written to '/workspace/datafusion-branch/target/release/deps/datafusion_physical_plan-ddfc0956204c0621.long-type-446165350242579241.txt' = note: consider using `--verbose` to print the full type name to the console help: consider further restricting type parameter `C` with trait `Send` | 163 | impl<C: CursorValues + std::marker::Send> SortPreservingMergeStream<C> { | +++++++++++++++++++ For more information about this error, try `rustc --explain E0277`. warning: `datafusion-physical-plan` (lib) generated 2 warnings error: could not compile `datafusion-physical-plan` (lib) due to 2 previous errors; 2 warnings 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]
