andygrove opened a new issue, #1249: URL: https://github.com/apache/datafusion-comet/issues/1249
### Describe the bug When we fix https://github.com/apache/datafusion-comet/issues/1248 we find a new bug that causes the following Spark SQL test to fail: ``` - window function: partition and order expressions *** FAILED *** (75 milliseconds) scala.MatchError: 2 (of class org.apache.spark.sql.catalyst.expressions.Literal) at org.apache.comet.serde.QueryPlanSerde$$anonfun$2.applyOrElse(QueryPlanSerde.scala:3158) at org.apache.comet.serde.QueryPlanSerde$$anonfun$2.applyOrElse(QueryPlanSerde.scala:3157) ``` ### Steps to reproduce _No response_ ### Expected behavior _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]
