Kousuke Saruta created SPARK-14426:
--------------------------------------

             Summary: Merge PerserUtils and ParseUtils
                 Key: SPARK-14426
                 URL: https://issues.apache.org/jira/browse/SPARK-14426
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 2.0.0
            Reporter: Kousuke Saruta


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 message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to