andygrove opened a new issue, #786:
URL: https://github.com/apache/datafusion-comet/issues/786

   ### Describe the bug
   
   We do not need to have a native version of `AQEShuffleRead`, so we should 
not show warnings like this:
   
   ```
   WARN CometSparkSessionExtensions$CometExecRule: Comet cannot execute some 
parts of this plan natively (set spark.comet.explainFallback.enabled=false to 
disable this logging):
   CometHashAggregate
   +- CometSinkPlaceHolder
      +- CometExchange
         +- CometHashAggregate
            +- CometProject
               +- CometSortMergeJoin
                  :- CometSort
                  :  +- CometHashAggregate
                  :     +-  AQEShuffleRead [COMET: AQEShuffleRead is not 
supported]
                  :        +- CometExchange
                  :           +- CometHashAggregate
                  :              +- CometProject
                  :                 +- CometBroadcastHashJoin
                  :                    :- CometFilter
                  :                    :  +- CometScan parquet 
                  :                    +- CometBroadcastExchange
                  :                       +- CometProject
                  :                          +- CometFilter
                  :                             +- CometScan parquet 
                  +- CometSort
                     +- CometHashAggregate
                        +-  AQEShuffleRead [COMET: AQEShuffleRead is not 
supported]
                           +- CometExchange
                              +- CometHashAggregate
                                 +- CometProject
                                    +- CometBroadcastHashJoin
                                       :- CometFilter
                                       :  +- CometScan parquet 
                                       +- ReusedExchange
   
   ```
   
   ### 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: github-unsubscr...@datafusion.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to