[ https://issues.apache.org/jira/browse/HIVE-15765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Gunther Hagleitner updated HIVE-15765: -------------------------------------- Status: Patch Available (was: Open) > Support bracketed comments > -------------------------- > > Key: HIVE-15765 > URL: https://issues.apache.org/jira/browse/HIVE-15765 > Project: Hive > Issue Type: Bug > Reporter: Gunther Hagleitner > Assignee: Gunther Hagleitner > Attachments: HIVE-15765.1.patch, HIVE-15765.1.patch, > HIVE-15765.2.patch > > > C-style comments are in the SQL spec as well as supported by all major DBs. > The are useful for inline annotation of the SQL. We should have them too. > Example: > {noformat} > select > /*+ MAPJOIN(a) */ /* mapjoin hint */ > a /* column */ > from foo join bar; > {noformat} -- This message was sent by Atlassian JIRA (v6.3.15#6346)