ueshin commented on issue #25728: [SPARK-29020][WIP][SQL] Improving array_sort behaviour URL: https://github.com/apache/spark/pull/25728#issuecomment-532326078 @Gschiavon I think we can remove the existing `ArraySort` and implement the new one to support both signatures here. I mean, items from the beginning: - move `ArraySort` to `higherOrderFunctions.scala`. - add the new argument to the default constructor. - add a new constructor which has the previous signature and pass the default comparator work as `asc` to the default constructor. - fix the implementations.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
