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

    https://github.com/apache/spark/pull/20345#discussion_r180340667
  
    --- Diff: 
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/JoinOptimizationSuite.scala
 ---
    @@ -46,6 +48,20 @@ class JoinOptimizationSuite extends PlanTest {
       val testRelation = LocalRelation('a.int, 'b.int, 'c.int)
       val testRelation1 = LocalRelation('d.int)
     
    +  def testExtractInnerJoins(
    --- End diff --
    
    private


---

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

Reply via email to