GitHub user vinodkc opened a pull request:
https://github.com/apache/spark/pull/19008
[SPARK-21756][SQL]Add JSON option to allow unquoted control characters
## What changes were proposed in this pull request?
This patch adds allowUnquotedControlChars option in JSON data source to
allow JSON Strings to contain unquoted control characters (ASCII characters
with value less than 32, including tab and line feed characters)
## How was this patch tested?
Add new test cases
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vinodkc/spark br_fix_SPARK-21756
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/19008.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 #19008
----
commit 6f009579687e11f34b26bb2f21883377b88f5b35
Author: vinodkc <[email protected]>
Date: 2017-08-20T17:39:27Z
Add JSON option to allow unquoted control characters
----
---
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]