Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20276#discussion_r161980194
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/execution/joins/InnerJoinSuite.scala
 ---
    @@ -76,11 +76,11 @@ class InnerJoinSuite extends SparkPlanTest with 
SharedSQLContext {
           testName: String,
           leftRows: => DataFrame,
           rightRows: => DataFrame,
    -      condition: () => Expression,
    +      condition: => Expression,
    --- End diff --
    
    not related, but make the code style consistent with other 2 join test 
suites.


---

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

Reply via email to