[ https://issues.apache.org/jira/browse/HIVE-16867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16057726#comment-16057726 ]
Hive QA commented on HIVE-16867: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12873838/HIVE-16867.04.patch {color:red}ERROR:{color} -1 due to no test(s) being added or modified. {color:red}ERROR:{color} -1 due to 10 failed/errored test(s), 10841 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestMiniLlapCliDriver.testCliDriver[explainuser_2] (batchId=142) org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[tez_smb_main] (batchId=149) org.apache.hadoop.hive.cli.TestPerfCliDriver.testCliDriver[query14] (batchId=232) org.apache.hadoop.hive.cli.TestPerfCliDriver.testCliDriver[query16] (batchId=232) org.apache.hadoop.hive.ql.parse.TestReplicationScenariosAcrossInstances.testBootstrapFunctionReplication (batchId=216) org.apache.hadoop.hive.ql.parse.TestReplicationScenariosAcrossInstances.testCreateFunctionIncrementalReplication (batchId=216) org.apache.hadoop.hive.ql.parse.TestReplicationScenariosAcrossInstances.testCreateFunctionWithFunctionBinaryJarsOnHDFS (batchId=216) org.apache.hive.hcatalog.api.TestHCatClient.testPartitionRegistrationWithCustomSchema (batchId=177) org.apache.hive.hcatalog.api.TestHCatClient.testPartitionSpecRegistrationWithCustomSchema (batchId=177) org.apache.hive.hcatalog.api.TestHCatClient.testTableSchemaPropagation (batchId=177) {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/5715/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/5715/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-5715/ 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: 10 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12873838 - PreCommit-HIVE-Build > Extend shared scan optimizer to reuse computation from other operators > ---------------------------------------------------------------------- > > Key: HIVE-16867 > URL: https://issues.apache.org/jira/browse/HIVE-16867 > Project: Hive > Issue Type: Improvement > Components: Physical Optimizer > Affects Versions: 3.0.0 > Reporter: Jesus Camacho Rodriguez > Assignee: Jesus Camacho Rodriguez > Attachments: HIVE-16867.01.patch, HIVE-16867.02.patch, > HIVE-16867.03.patch, HIVE-16867.04.patch, HIVE-16867.patch > > > Follow-up of the work in HIVE-16602. > HIVE-16602 introduced an optimization that identifies scans on input tables > that can be merged so the data is read only once. > This extension to that rule allows to reuse the computation that is done in > the work containing those scans. In particular, we traverse both parts of the > plan upstream and reuse the operators if possible. > Currently, the optimizer will not go beyond the output edge(s) of that work. > Follow-up extensions might remove this limitation. -- This message was sent by Atlassian JIRA (v6.4.14#64029)