ulysses-you commented on PR #52474: URL: https://github.com/apache/spark/pull/52474#issuecomment-3383773172
It seems overkill to me to introduce the new Constant SortDirection in many code places (may break thirdparty code repo since we add a new SortDirection). Can we just add a rule to remove foldable expression in sort order ? and we can even remove the whole sort operator if all sort orders are foldable. -- 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]
