Description
BaseSemanticAnalyzer.unescapeSQLString method may have a fault. When "\u0061" style character literals are passed to the method, it's not unescaped successfully.
In Spark SQL project, we referenced the unescaping logic and noticed this issue (SPARK-14426)
Attachments
Attachments
Issue Links
- is duplicated by
-
HIVE-13412 External table - fields terminated by '\u0044' - 0044 is being interpreted as decimal and not hex
- Resolved