cloud-fan commented on a change in pull request #26394: 
[SPARK-29752][SQL][TEST] make AdaptiveQueryExecSuite more robust
URL: https://github.com/apache/spark/pull/26394#discussion_r342409645
 
 

 ##########
 File path: 
sql/core/src/test/scala/org/apache/spark/sql/execution/adaptive/AdaptiveQueryExecSuite.scala
 ##########
 @@ -93,24 +99,7 @@ class AdaptiveQueryExecSuite
       assert(smj.size == 1)
       val bhj = findTopLevelBroadcastHashJoin(adaptivePlan)
       assert(bhj.size == 1)
-      checkNumLocalShuffleReaders(adaptivePlan, 2)
-    }
-  }
-
-  test("Change merge join to broadcast join and reduce number of shuffle 
partitions") {
 
 Review comment:
   This test case is duplicated with the above one now. We add local reader to 
both sides of broadcast join and won't apply "reduce number of shuffle 
partitions".

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to