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

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

    [ https://issues.apache.org/jira/browse/SPARK-4618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14225749#comment-14225749 ] 

Apache Spark commented on SPARK-4618:
-------------------------------------

User 'scwf' has created a pull request for this issue:
https://github.com/apache/spark/pull/3470

> 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