GitHub user sarutak opened a pull request:
https://github.com/apache/spark/pull/12199
[SPARK-14426][SQL] Merge PerserUtils and ParseUtils
## What changes were proposed in this pull request?
We have ParserUtils and ParseUtils which are both utility collections for
use during the parsing process.
Those name and what they are used for is very similar so I think we can
merge them.
Also, the original unescapeSQLString method may have a fault. When "\u0061"
style character literals are passed to the method, it's not unescaped
successfully.
This patch fix the bug.
## How was this patch tested?
Added a new test case.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sarutak/spark merge-ParseUtils-and-ParserUtils
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/12199.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 #12199
----
commit e54bcc6d1474e9e39cb7136c4236d4c22e7a612e
Author: Kousuke Saruta <[email protected]>
Date: 2016-04-06T06:18:59Z
Merged ParserUtils and ParseUtils
----
---
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]