Skip to content

Commit 187c7d8

Browse files
committed
Fix: create table test stored as parquet as select ..
1 parent bad6c57 commit 187c7d8

File tree

1 file changed

+1
-0
lines changed
  • sql/hive/src/main/scala/org/apache/spark/sql/hive

1 file changed

+1
-0
lines changed

sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,7 @@ https://cwiki.apache.org/confluence/display/Hive/Enhanced+Aggregation%2C+Cube%2C
552552
"TOK_TBLTEXTFILE", // Stored as TextFile
553553
"TOK_TBLRCFILE", // Stored as RCFile
554554
"TOK_TBLORCFILE", // Stored as ORC File
555+
"TOK_TBLPARQUETFILE", // Stored as PARQUET
555556
"TOK_TABLEFILEFORMAT", // User-provided InputFormat and OutputFormat
556557
"TOK_STORAGEHANDLER", // Storage handler
557558
"TOK_TABLELOCATION",

0 commit comments

Comments
 (0)