rluvaton opened a new pull request, #2375: URL: https://github.com/apache/datafusion-comet/pull/2375
## Which issue does this PR close? N/A ## Rationale for this change Sort information can be used in specialized implementation (for example sort will not sort if the input is already sorted, hash aggregate will use GroupValues that are tracking new groups once they saw the next value) ## What changes are included in this PR? Used the child output ordering ## How are these changes tested? Existing tests ----- This can cause problems if spark says something is sorted while we don't sort it. for example shuffle files in spark are sorted, but ours are not, so we should make sure that the sort is used correctly. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org