[ https://issues.apache.org/jira/browse/HIVE-3107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13818024#comment-13818024 ]
Hive QA commented on HIVE-3107: ------------------------------- {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/12612892/HIVE-3107.1.patch {color:red}ERROR:{color} -1 due to 6 failed/errored test(s), 4599 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_ctas_colname org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_bucket_num_reducers org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_notable_alias3 org.apache.hadoop.hive.ql.parse.TestParse.testParse_groupby1 org.apache.hadoop.hive.ql.parse.TestParse.testParse_groupby5 org.apache.hadoop.hive.ql.parse.TestParseNegative.testParseNegative_nonkey_groupby {noformat} Test results: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/222/testReport Console output: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/222/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 failed with: TestsFailedException: 6 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12612892 > Improve semantic analyzer to better handle column name references in group > by/sort by clauses > --------------------------------------------------------------------------------------------- > > Key: HIVE-3107 > URL: https://issues.apache.org/jira/browse/HIVE-3107 > Project: Hive > Issue Type: Improvement > Components: Query Processor > Affects Versions: 0.9.0 > Reporter: Richard Ding > Assignee: Harish Butani > Attachments: HIVE-3107.1.patch > > > This is related to HIVE-1922. > Following queries all fail with various SemanticExceptions: > {code} > explain select t.c from t group by c; > explain select t.c from t group by c sort by t.c; > explain select t.c as c0 from t group by c0; > explain select t.c from t group by t.c sort by t.c; > {code} > It is true that one could always find a version of any of above queries that > works. But one has to try to find out and it doesn't work well with machine > generated SQL queries. -- This message was sent by Atlassian JIRA (v6.1#6144)