-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Not A Bug
-
Affects Version/s: 2.3.4, 3.1.1
-
Fix Version/s: None
-
Component/s: CLI
-
Labels:
Hive parse statement incorrectly when there is a semicolon in a pair of double quote.
For example:
The statement:
select * from table_a where column_a not like "%;";
Will be parsed to:
select * from table_a where column_a not like "%
- links to