andygrove commented on issue #2739:
URL: 
https://github.com/apache/datafusion-comet/issues/2739#issuecomment-3506909082

   In `CometExecRule`, there are separate checks for whether operators are 
enabled, and they are implemented inconsistently.
   
   Config check:
   
   ```scala
         case u: UnionExec
             if CometConf.COMET_EXEC_UNION_ENABLED.get(conf) &&
               u.children.forall(isCometNative) =>
   ```
   
   No config check:
   
   ```scala
         case w: WindowExec =>
   ```


-- 
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]

Reply via email to