spark-instrumented-optimizer/sql/core/src
Lianhui Wang 2ca563cc45 [SPARK-15756][SQL] Support command 'create table stored as orcfile/parquetfile/avrofile'
## What changes were proposed in this pull request?
Now Spark SQL can support 'create table src stored as orc/parquet/avro' for orc/parquet/avro table. But Hive can support  both commands: ' stored as orc/parquet/avro' and 'stored as orcfile/parquetfile/avrofile'.
So this PR supports these keywords 'orcfile/parquetfile/avrofile' in Spark SQL.

## How was this patch tested?
add unit tests

Author: Lianhui Wang <lianhuiwang09@gmail.com>

Closes #13500 from lianhuiwang/SPARK-15756.
2016-06-03 22:19:22 -07:00
..
main [SPARK-15756][SQL] Support command 'create table stored as orcfile/parquetfile/avrofile' 2016-06-03 22:19:22 -07:00
test [SPARK-15756][SQL] Support command 'create table stored as orcfile/parquetfile/avrofile' 2016-06-03 22:19:22 -07:00