[ https://issues.apache.org/jira/browse/HIVE-15765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15850436#comment-15850436 ]
Hive QA commented on HIVE-15765: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12850660/HIVE-15765.3.patch {color:green}SUCCESS:{color} +1 due to 13 test(s) being added or modified. {color:red}ERROR:{color} -1 due to 6 failed/errored test(s), 11024 tests executed *Failed tests:* {noformat} TestDerbyConnector - did not produce a TEST-*.xml file (likely timed out) (batchId=235) org.apache.hadoop.hive.cli.TestEncryptedHDFSCliDriver.testCliDriver[encryption_join_with_different_encryption_keys] (batchId=159) org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[vector_char_simple] (batchId=147) org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[vector_varchar_simple] (batchId=153) org.apache.hadoop.hive.cli.TestPerfCliDriver.testCliDriver[query14] (batchId=223) org.apache.hive.service.cli.session.TestSessionManagerMetrics.testAbandonedSessionMetrics (batchId=186) {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/3333/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/3333/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-3333/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 6 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12850660 - PreCommit-HIVE-Build > 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)