parthchandra commented on code in PR #842:
URL: https://github.com/apache/datafusion-comet/pull/842#discussion_r1721099984


##########
spark/src/main/scala/org/apache/comet/CometSparkSessionExtensions.scala:
##########
@@ -826,7 +826,7 @@ class CometSparkSessionExtensions
           op match {
             // Broadcast exchange exec is transformed by the parent node. We 
include
             // this case specially here so we do not add a misleading 'info' 
message
-            case _: BroadcastExchangeExec => op
+            case _: BroadcastExchangeExec | _: AQEShuffleReadExec => op

Review Comment:
   Update the comment as well? 



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

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