[ https://issues.apache.org/jira/browse/HIVE-5607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13917522#comment-13917522 ]
Hive QA commented on HIVE-5607: ------------------------------- {color:red}Overall{color}: -1 at least one tests failed Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12630860/HIVE-5607.patch {color:red}ERROR:{color} -1 due to 3 failed/errored test(s), 5201 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_parenthesis_star_by org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_bucket5 org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_parallel_orderby {noformat} Test results: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/1592/testReport Console output: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/1592/console Messages: {noformat} 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: 3 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12630860 > Hive fails to parse the "%" (mod) sign after brackets. > ------------------------------------------------------ > > Key: HIVE-5607 > URL: https://issues.apache.org/jira/browse/HIVE-5607 > Project: Hive > Issue Type: Bug > Components: Query Processor > Affects Versions: 0.10.0 > Reporter: dima machlin > Assignee: Xuefu Zhang > Priority: Minor > Attachments: HIVE-5607.patch > > > the scenario : > create table t(a int); > select * from t order by (a)%7; > will fail with the following exception : > FAILED: ParseException line 1:28 mismatched input '%' expecting EOF near ')' > I must mention that this *does* work in 0.7.1 and doesn't work in 0.10 -- This message was sent by Atlassian JIRA (v6.2#6252)