Allows creation of parquet based tables using the syntax
CREATE TEMPORARY TABLE ... USING org.apache.spark.sql.parquet. Currently the only option
required is path, which should be the location of a collection of, optionally partitioned,
parquet files.
Allows creation of parquet based tables using the syntax
CREATE TEMPORARY TABLE ... USING org.apache.spark.sql.parquet. Currently the only option required ispath, which should be the location of a collection of, optionally partitioned, parquet files.