GitHub user frreiss opened a pull request:
https://github.com/apache/spark/pull/6208
[SPARK-6649] [SQL] Made double quotes denote identifiers
Jira link: https://issues.apache.org/jira/browse/SPARK-6649
After this change, the Spark SQL parser treats anything enclosed in
double quotes as an identifier (not a string), as described in the SQL
standard. The parser also treats backpacks (`) the same way as double
quotes.
Modified two test cases that used double quotes to delimit string
literals and added a new test case for the new behavior.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/frreiss/spark master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/6208.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #6208
----
commit e3220759b5ca32482c8ad4c503041c76a63b9dfa
Author: frreiss <[email protected]>
Date: 2015-05-16T04:30:33Z
Made double quotes denote identifiers
After this change, the Spark SQL parser treats anything enclosed in
double quotes as an identifier (not a string), as described in the SQL
standard. The parser also treats backpacks (`) the same way as double
quotes.
Modified two test cases that used double quotes to delimit string
literals and added a new test case for the new behavior.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]