We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad6c57 commit 187c7d8Copy full SHA for 187c7d8
sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveQl.scala
@@ -552,6 +552,7 @@ https://cwiki.apache.org/confluence/display/Hive/Enhanced+Aggregation%2C+Cube%2C
552
"TOK_TBLTEXTFILE", // Stored as TextFile
553
"TOK_TBLRCFILE", // Stored as RCFile
554
"TOK_TBLORCFILE", // Stored as ORC File
555
+ "TOK_TBLPARQUETFILE", // Stored as PARQUET
556
"TOK_TABLEFILEFORMAT", // User-provided InputFormat and OutputFormat
557
"TOK_STORAGEHANDLER", // Storage handler
558
"TOK_TABLELOCATION",
0 commit comments