[ https://issues.apache.org/jira/browse/HIVE-16713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alister Roberts updated HIVE-16713: ----------------------------------- Priority: Major (was: Minor) > Remove wrong judgments of single and double quotes in "--" comments > ------------------------------------------------------------------- > > Key: HIVE-16713 > URL: https://issues.apache.org/jira/browse/HIVE-16713 > Project: Hive > Issue Type: Bug > Affects Versions: 3.0.0 > Reporter: Liu Chunxiao > Assignee: Liu Chunxiao > > single quote in "--" comments will lead to parse exception > e.g. sql files which contain the following: > select --...user's... > count(*) from aa; > will regard the single quote in comment "user's" as a quote in sql statement. > So ";" after aa will be regarded as a ";" in single quote and will not be > split by the parser. -- This message was sent by Atlassian JIRA (v6.4.14#64029)