[ https://issues.apache.org/jira/browse/HIVE-14843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15527439#comment-15527439 ]
Hive QA commented on HIVE-14843: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12830516/HIVE-14843.01.patch {color:red}ERROR:{color} -1 due to no test(s) being added or modified. {color:red}ERROR:{color} -1 due to 7 failed/errored test(s), 10590 tests executed *Failed tests:* {noformat} 173_UTBatch_hcatalog__hcatalog-pig-adapter_8_tests - did not produce a TEST-*.xml file org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[acid_mapjoin] org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[ctas] org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[vector_join_part_col_char] org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver[explainuser_3] org.apache.hadoop.hive.metastore.TestMetaStoreMetrics.testMetaDataCounts org.apache.hive.jdbc.TestJdbcWithMiniHS2.testAddJarConstructorUnCaching {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/1316/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/1316/console Test logs: http://ec2-204-236-174-241.us-west-1.compute.amazonaws.com/logs/PreCommit-HIVE-Build-1316/ 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: 7 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12830516 - PreCommit-HIVE-Build > HIVE-14751 introduced ambiguity in grammar > ------------------------------------------ > > Key: HIVE-14843 > URL: https://issues.apache.org/jira/browse/HIVE-14843 > Project: Hive > Issue Type: Bug > Components: Parser > Affects Versions: 2.2.0 > Reporter: Pengcheng Xiong > Assignee: Jesus Camacho Rodriguez > Attachments: HIVE-14843.01.patch > > > As reported by [~ekoifman] and tested by myself, your patch introduced > ambiguity into the grammar. > {code} > warning(200): IdentifiersParser.g:327:5: > Decision can match input such as "KW_DAY KW_TO KW_SECOND" using multiple > alternatives: 2, 5 > As a result, alternative(s) 5 were disabled for that input > warning(200): IdentifiersParser.g:327:5: > Decision can match input such as "KW_YEAR KW_TO KW_MONTH" using multiple > alternatives: 1, 3 > As a result, alternative(s) 3 were disabled for that input > {code} > Could you please take another look? Thanks. -- This message was sent by Atlassian JIRA (v6.3.4#6332)