snmvaughan commented on code in PR #186:
URL:
https://github.com/apache/arrow-datafusion-comet/pull/186#discussion_r1519036311
##########
spark/src/main/scala/org/apache/comet/CometSparkSessionExtensions.scala:
##########
@@ -378,6 +382,27 @@ class CometSparkSessionExtensions
case None => b
}
+ case s @ ShuffleQueryStageExec(_, _: CometShuffleExchangeExec, _) =>
Review Comment:
I'd suggest highlighting the difference between these 2 blocks with
comments. The actions are exactly the same, so the only difference is the case
check.
--
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]