GitHub user viirya opened a pull request:
https://github.com/apache/spark/pull/5520
[SPARK-6730][SQL] Allow using keyword as identifier in OPTIONS
JIRA: https://issues.apache.org/jira/browse/SPARK-6730
It is very possible that keyword will be used as identifier in `OPTIONS`,
this pr makes it works.
However, another approach is that we can request that `OPTIONS` can't
include keywords and has to use alternative identifier (e.g. table ->
cassandraTable) if needed.
If so, please let me know to close this pr. Thanks.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/viirya/spark-1 relax_options
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/5520.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 #5520
----
commit 92be11c11f2569b88af21586092403810176cb19
Author: Liang-Chi Hsieh <[email protected]>
Date: 2015-04-15T07:32:26Z
Allow using keyword as identifier in OPTIONS.
----
---
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]