hustfeiwang opened a new pull request #555: HIVE-21345 Fix the error when hive 
cliDriver parses sql statement h semicolon in a pair of double quote
URL: https://github.com/apache/hive/pull/555
 
 
   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 "%

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to