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

    https://github.com/apache/spark/pull/19124#discussion_r137107152
  
    --- Diff: 
sql/core/src/test/resources/sql-tests/results/show_columns.sql.out ---
    @@ -19,23 +19,23 @@ struct<>
     
     
     -- !query 2
    -CREATE TABLE showcolumn1 (col1 int, `col 2` int) USING parquet
    +CREATE TABLE showcolumn1 (col1 int, `col 2` int) USING json
     -- !query 2 schema
     struct<>
     -- !query 2 output
     
     
     
     -- !query 3
    -CREATE TABLE showcolumn2 (price int, qty int, year int, month int) USING 
parquet partitioned by (year, month)
    --- End diff --
    
    Yep. It's reverted.


---

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

Reply via email to