You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Santiago M. Mola (JIRA)" <ji...@apache.org> on 2015/04/21 15:46:58 UTC

[jira] [Created] (SPARK-7034) Support escaped double quotes on data source options

Santiago M. Mola created SPARK-7034:
---------------------------------------

             Summary: Support escaped double quotes on data source options
                 Key: SPARK-7034
                 URL: https://issues.apache.org/jira/browse/SPARK-7034
             Project: Spark
          Issue Type: Improvement
          Components: SQL
            Reporter: Santiago M. Mola
            Priority: Minor


Currently, this is not supported:

CREATE TEMPORARY TABLE t
USING my.data.source
OPTIONS (
  myFancyOption "with \"escaped\" double quotes"
);

it will produce a parsing error.



--
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