Github user dongjoon-hyun commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22198#discussion_r212807800
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/DataFrameJoinSuite.scala ---
    @@ -191,6 +195,39 @@ class DataFrameJoinSuite extends QueryTest with 
SharedSQLContext {
         assert(plan2.collect { case p: BroadcastHashJoinExec => p }.size == 1)
       }
     
    +  test("SPARK-25121 Supports multi-part names for broadcast hint 
resolution") {
    --- End diff --
    
    `ResolveHintsSuite` is the smallest one for this.


---

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

Reply via email to