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

    https://github.com/apache/spark/pull/21886#discussion_r205933857
  
    --- Diff: 
sql/core/src/test/resources/sql-tests/results/intersect-all.sql.out ---
    @@ -0,0 +1,212 @@
    +-- Automatically generated by SQLQueryTestSuite
    +-- Number of queries: 17
    +
    +
    +-- !query 0
    +CREATE TEMPORARY VIEW tab1 AS SELECT * FROM VALUES
    +    (1, 2), 
    +    (1, 2),
    +    (1, 3),
    +    (2, 3)
    +    AS tab1(k, v)
    +-- !query 0 schema
    +struct<>
    +-- !query 0 output
    +
    +
    +
    +-- !query 1
    +CREATE TEMPORARY VIEW tab2 AS SELECT * FROM VALUES
    +    (1, 2), 
    --- End diff --
    
    also add another duplicate rows for (1, 2);


---

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

Reply via email to