surendralilhore opened a new issue, #12094: URL: https://github.com/apache/gluten/issues/12094
### Backend VL (Velox) ### Bug description When Spark's array_sort is called without an explicit comparator (the default ascending sort), Spark internally generates a LambdaFunction that wraps the simple ascending comparison in null-handling If/IsNull logic. Velox's rewriteArraySortCall uses a SimpleComparisonMatcher that cannot parse this null-handling wrapper, causing the expression to fall back to Vanilla Spark. ### Gluten version main branch ### Spark version spark-4.0.x ### Spark configurations _No response_ ### System information _No response_ ### Relevant logs ```bash ``` -- 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]
