alamb commented on PR #4691:
URL:
https://github.com/apache/arrow-datafusion/pull/4691#issuecomment-1364331895
> In the physical plan level, I think there is no way to be sure whether
SortExec below ProjectionExec is enforced or not.
I agree -- we would have to add some way to distinguish this case
For exmaple
```rust
Projection {
...
required_sort_order: Vec<SortExpr>
}
```
That could be added by the sql planer. I am not suggesting we we make this
change for this PR. Maybe once we merge PR we can file it as a follow on ticket
--
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]