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

   ### What is the problem the feature request solves?
   
   > Comet cannot accelerate ProjectExec because: Comet is not enabled
   
   We do not need to add fallback info for spark plan node when Comet is not 
enabled
   
   > Comet cannot accelerate ProjectExec because: Comet Scan is not enabled
   
   `Comet Scan is not enabled` fallback reason should be placed in the scan node
   
   > Comet cannot accelerate CometProjectExec because: Metadata column is not 
supported
   
   ditto
   
   > Comet cannot accelerate ShuffleExchangeExec because: spark.shuffle.manager 
is not set to org.apache.spark.sql.comet.execution.shuffle.CometShuffleManager$
   
   CometShuffleManager class name should be 
`org.apache.spark.sql.comet.execution.shuffle.CometShuffleManager`
   
   ### 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]

Reply via email to