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

    https://github.com/apache/spark/pull/20345#discussion_r175727668
  
    --- Diff: 
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/JoinOptimizationSuite.scala
 ---
    @@ -145,4 +159,15 @@ class JoinOptimizationSuite extends PlanTest {
         }
         assert(broadcastChildren.size == 1)
       }
    +
    +  test("SPARK-23172 skip projections when flattening joins") {
    --- End diff --
    
    Could you add a test case which would fail before the fix?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to