[ https://issues.apache.org/jira/browse/HIVE-8179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14142159#comment-14142159 ]
Hive QA commented on HIVE-8179: ------------------------------- {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/12670156/HIVE-8179.3.patch {color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 6298 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.ql.parse.TestParse.testParse_union {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/898/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/898/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-898/ 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: 1 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12670156 > Fetch task conversion: Remove some dependencies on AST > ------------------------------------------------------ > > Key: HIVE-8179 > URL: https://issues.apache.org/jira/browse/HIVE-8179 > Project: Hive > Issue Type: Bug > Reporter: Gunther Hagleitner > Assignee: Gunther Hagleitner > Attachments: HIVE-8179.1.patch, HIVE-8179.2.patch, HIVE-8179.3.patch > > > fetch task conversion is does some strange things: > For instance: select * from (select * from x) t, wont get converted even > though it's the exact same operator plan as: select * from x. > Or: select * from foo will get converted with minimal, but select <list all > columns of foo> from foo won't. > We also check the AST for group by etc, but then do the same thing in the > operator tree again. > I'm also wondering why we ship with "moar" as default, but test with > "minimal" in the unit tests. -- This message was sent by Atlassian JIRA (v6.3.4#6332)