[ https://issues.apache.org/jira/browse/HIVE-15765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15850310#comment-15850310 ]
Pengcheng Xiong commented on HIVE-15765: ---------------------------------------- Thanks [~hagleitn] for the new patch which includes the q files changes. LGTM +1 pending tests. Thanks. > 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, HIVE-15765.3.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)