[ https://issues.apache.org/jira/browse/HIVE-20210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16554687#comment-16554687 ]
Hive QA commented on HIVE-20210: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12932839/HIVE-20210.3.patch {color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified. {color:red}ERROR:{color} -1 due to 4 failed/errored test(s), 14685 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[list_bucket_query_oneskew_1] (batchId=63) org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[list_bucket_query_oneskew_2] (batchId=3) org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[list_bucket_query_oneskew_3] (batchId=10) org.apache.hive.service.server.TestInformationSchemaWithPrivilege.test (batchId=248) {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/12828/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/12828/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-12828/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.YetusPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 4 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12932839 - PreCommit-HIVE-Build > Simple Fetch optimizer should lead to MapReduce when filter on non-partition > column and conversion is minimal > ------------------------------------------------------------------------------------------------------------- > > Key: HIVE-20210 > URL: https://issues.apache.org/jira/browse/HIVE-20210 > Project: Hive > Issue Type: Bug > Components: Query Planning > Affects Versions: 2.3.0, 2.3.1, 2.3.2 > Reporter: Jeffrey(Xilang) Yan > Assignee: Jeffrey(Xilang) Yan > Priority: Major > Attachments: HIVE-20210.2.patch, HIVE-20210.3.patch, HIVE-20210.patch > > > When conversion is minimal, simple fetch can be used only when filter on > partition column or no filter at all. But it lead to simple fetch even if > filter on non-partition column. Unit test " select * from srcpart where key > > 100 limit 10 " in the nonmr_fetch.q demonstration this issue – the unit test > is not correct indeed(it should be Map Reduce but in test it is Simple > Fetch). > This issue lead to a serious problem when data size is huge. When conversion > is more and filter on both partition column and non-partition column, it will > not chech hive.fetch.task.conversion.threshold, which lead to the query to > takes hours to finish. This issue doesn't exist in 1.2.1, how it works should > be a magic... -- This message was sent by Atlassian JIRA (v7.6.3#76005)