From 10494feae0c2c1aca545c73ba61af6d8f743c5bb Mon Sep 17 00:00:00 2001 From: Kousuke Saruta Date: Wed, 6 Apr 2016 10:57:46 -0700 Subject: [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 names 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. Author: Kousuke Saruta Closes #12199 from sarutak/merge-ParseUtils-and-ParserUtils. --- scalastyle-config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scalastyle-config.xml') diff --git a/scalastyle-config.xml b/scalastyle-config.xml index 37d2ecf48e..33c2cbd293 100644 --- a/scalastyle-config.xml +++ b/scalastyle-config.xml @@ -116,7 +116,7 @@ This file is divided into 3 sections: - + -- cgit v1.2.3