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

    https://github.com/apache/spark/pull/19647#discussion_r149841578
  
    --- Diff: 
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/LimitPushdownSuite.scala
 ---
    @@ -113,35 +113,34 @@ class LimitPushdownSuite extends PlanTest {
     
       test("full outer join where neither side is limited and both sides have 
same statistics") {
    --- End diff --
    
    Hi, @gatorsmile and @henryr .
    This breaks `branch-2.2`.
    ```
    [info] - full outer join where neither side is limited and both sides have 
same statistics *** FAILED *** (43 milliseconds)
    [info] - full outer join where neither side is limited and left side has 
larger statistics *** FAILED *** (12 milliseconds)
    [info] - full outer join where neither side is limited and right side has 
larger statistics *** FAILED *** (9 milliseconds)
    ```
    cc @felixcheung for 2.2.1.


---

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

Reply via email to