cloud-fan commented on pull request #35426: URL: https://github.com/apache/spark/pull/35426#issuecomment-1033809173
This makes sense to me. `array_sort` takes a comparator parameter, and this comparator expression should do the work to check order-ability. But `array_sort` still need to check order-ability if comparator parameter is not given. -- 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]
