Github user gatorsmile commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19714#discussion_r153591750
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/execution/joins/BroadcastJoinSuite.scala
 ---
    @@ -223,4 +223,50 @@ class BroadcastJoinSuite extends QueryTest with 
SQLTestUtils {
         assert(HashJoin.rewriteKeyExpr(l :: ss :: Nil) === l :: ss :: Nil)
         assert(HashJoin.rewriteKeyExpr(i :: ss :: Nil) === i :: ss :: Nil)
       }
    +
    +  test("Shouldn't change broadcast join buildSide if user clearly 
specified") {
    +    def assertJoinBuildSide(pair: (String, BuildSide)): Any = {
    --- End diff --
    
    Also pass the expected join method. 


---

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

Reply via email to