[ https://issues.apache.org/jira/browse/HIVE-2527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Phabricator updated HIVE-2527: ------------------------------ Attachment: D147.4.patch jonchang updated the revision "HIVE-2527 [jira] Consecutive string literals should be combined into a single string literal.". Reviewers: JIRA, jsichi Add both a StringLiteral and a stringLiteralSequence rule to minimize changes to parse trees. REVISION DETAIL https://reviews.facebook.net/D147 AFFECTED FILES ql/src/java/org/apache/hadoop/hive/ql/parse/Hive.g ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java ql/src/java/org/apache/hadoop/hive/ql/parse/TypeCheckProcFactory.java ql/src/test/queries/clientpositive/literal_string.q ql/src/test/results/clientpositive/literal_string.q.out > Consecutive string literals should be combined into a single string literal. > ---------------------------------------------------------------------------- > > Key: HIVE-2527 > URL: https://issues.apache.org/jira/browse/HIVE-2527 > Project: Hive > Issue Type: Improvement > Reporter: Jonathan Chang > Assignee: Jonathan Chang > Priority: Minor > Attachments: D147.1.patch, D147.2.patch, D147.3.patch, D147.3.patch, > D147.4.patch > > > C, Python, etc. all support this magical feature. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira