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: [email protected]
For additional commands, e-mail: [email protected]