You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "wangfei (JIRA)" <ji...@apache.org> on 2014/11/26 06:05:12 UTC

[jira] [Created] (SPARK-4618) Make foreign DDL commands options case-insensitive

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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org