alamb opened a new pull request, #5918: URL: https://github.com/apache/arrow-datafusion/pull/5918
This is based on @ozankabak 's PR https://github.com/alamb/arrow-datafusion/pull/11 I tried to pull the commits from that branch to make this work on `main` It currently failing to compile with ``` error[E0277]: the trait bound `PhysicalSortExpr: From<&PhysicalSortRequirement>` is not satisfied --> datafusion/core/src/physical_optimizer/sort_pushdown.rs:131:17 | 131 | PhysicalSortRequirement::to_sort_exprs(parent_required.ok_or_else(err)?); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `From<&PhysicalSortRequirement>` is not implemented for `PhysicalSortExpr` | = help: the trait `From<PhysicalSortRequirement>` is implemented for `PhysicalSortExpr` note: required by a bound in `PhysicalSortRequirement::to_sort_exprs` ``` -- 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]
