andygrove commented on code in PR #2748:
URL: https://github.com/apache/datafusion-comet/pull/2748#discussion_r2508396722
##########
spark/src/main/scala/org/apache/comet/serde/QueryPlanSerde.scala:
##########
@@ -1066,7 +1094,6 @@ object QueryPlanSerde extends Logging with CometExprShim {
case _: CollectLimitExec => true
case _: UnionExec => true
case _: TakeOrderedAndProjectExec => true
- case _: WindowExec => true
Review Comment:
Removing this line fixes
https://github.com/apache/datafusion-comet/issues/2737. I wish I could explain
why, but I cannot.
--
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]