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

    https://github.com/apache/spark/pull/3921#discussion_r22700232
  
    --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala ---
    @@ -520,6 +520,7 @@ 
https://cwiki.apache.org/confluence/display/Hive/Enhanced+Aggregation%2C+Cube%2C
                 "TOK_TBLTEXTFILE", // Stored as TextFile
                 "TOK_TBLRCFILE", // Stored as RCFile
                 "TOK_TBLORCFILE", // Stored as ORC File
    +            "TOK_TBLPARQUETFILE", // Stored as PARQUET
    --- End diff --
    
    @yhuai  Thanks for reply, The token can  be parsed in Hive 12  too,  but 
the ddl "create table ... stored as parquet " will be failed when call hive api.
    This is why i do not know how to add a test case that only running in 
hive-0.13.1



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to