cfmcgrady opened a new issue, #2478: URL: https://github.com/apache/datafusion-comet/issues/2478
### What is the problem the feature request solves? As of https://github.com/apache/datafusion-comet/pull/2477, the `reverse` function with an `ArrayType` input falls back to vanilla Spark execution. Add support for `reverse` to work natively with `ArrayType` inputs. ``` sql("set spark.sql.optimizer.excludedRules=org.apache.spark.sql.catalyst.optimizer.ConstantFolding") sql("SELECT reverse(array(2, 1, 4, 3))").show ``` ### Describe the potential solution _No response_ ### Additional context _No response_ -- 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]
