jinchengchenghh commented on code in PR #11184:
URL:
https://github.com/apache/incubator-gluten/pull/11184#discussion_r2568168691
##########
gluten-ut/spark40/src/test/scala/org/apache/spark/sql/connector/GlutenKeyGroupedPartitioningSuite.scala:
##########
@@ -72,10 +84,46 @@ class GlutenKeyGroupedPartitioningSuite
case s: SortMergeJoinExec => s
}.flatMap(smj => collect(smj) { case s: ColumnarShuffleExchangeExec => s })
}
+
+ private def collectShuffles(plan: SparkPlan): Seq[ShuffleExchangeLike] = {
Review Comment:
Will create a PR in apache/Spark to make the function from private to
protected, then we can only override the function to check the plan
--
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]