tustvold commented on PR #2305:
URL:
https://github.com/apache/arrow-datafusion/pull/2305#issuecomment-1105077501
The compiler error is... Unhelpful...
```
error: implementation of `FnOnce` is not general enough
-->
datafusion/core/src/physical_plan/sorts/sort_preserving_merge.rs:157:44
|
157 | ) -> Result<SendableRecordBatchStream> {
| ____________________________________________^
158 | | debug!(
159 | | "Start SortPreservingMergeExec::execute for partition:
{}",
160 | | partition
... |
240 | | }
241 | | }
| |_____^ implementation of `FnOnce` is not general enough
```
:rage:
--
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]