wangfei created SPARK-4618:
------------------------------
Summary: Make foreign DDL commands options case-insensitive
Key: SPARK-4618
URL: https://issues.apache.org/jira/browse/SPARK-4618
Project: Spark
Issue Type: Improvement
Components: SQL
Affects Versions: 1.1.0
Reporter: wangfei
Fix For: 1.3.0
Make foreign DDL commands options case-insensitive
So flowing cmd worked
```
create temporary table normal_parquet
USING org.apache.spark.sql.parquet
OPTIONS (
PATH '/xxx/data'
)
```
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]