cloud-fan commented on pull request #35924: URL: https://github.com/apache/spark/pull/35924#issuecomment-1076387940
After a second thought, what will happen if we just do a one-line fix `override def outputOrdering: Seq[SortOrder] = requiredOrdering`? AQE optimization may remove user-specified sort, but it doesn't matter as the file writing will add the necessary sort. -- 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]
