You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by gatorsmile <gi...@git.apache.org> on 2018/11/26 06:41:02 UTC

[GitHub] spark pull request #23138: [SPARK-23356][SQL][TEST] add new test cases for a...

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

    https://github.com/apache/spark/pull/23138#discussion_r236136178
  
    --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/SetOperationSuite.scala ---
    @@ -196,4 +196,31 @@ class SetOperationSuite extends PlanTest {
           ))
         comparePlans(expectedPlan, rewrittenPlan)
       }
    +
    +  test("SPARK-23356 union: expressions in project list are addition to each side") {
    --- End diff --
    
    `are addition to each side` -> `are pushed down`


---

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