-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-12537] [SQL] Add option to accept quoting of all character backslash quoting mechanism #10496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Can one of the admins verify this patch? |
|
For example, if JSON file that includes not listed by JSON backslash quoting specification, it returns corrupt_record scala> df.show |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we also test the price field?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You right. It needeed
I'll modify test code soon
Thz
|
@Cazen how come you closed the pull request? |
|
Hi Xin Thank you for review I've created PR(11496, this PR) but it doesn't connect with jira(SPARK-12537) so I've closed. After that, I recreated PR(11497) but linked 11496 in the jira instead of 11497 automatically. Should I reopen this PR and close new one(11497)? I'm sorry about confusing. |
|
It's fine to use #10497 Just update it there. |
We can provides the option to choose JSON parser can be enabled to accept quoting of all character or not.