[ https://issues.apache.org/jira/browse/HIVE-15250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15692125#comment-15692125 ]
Hive QA commented on HIVE-15250: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12840350/HIVE-15250.3.patch {color:red}ERROR:{color} -1 due to no test(s) being added or modified. {color:red}ERROR:{color} -1 due to 6 failed/errored test(s), 10733 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestMiniLlapCliDriver.testCliDriver[transform_ppr2] (batchId=133) org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[join_acid_non_acid] (batchId=150) org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[union_fast_stats] (batchId=145) org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver[explainanalyze_2] (batchId=91) org.apache.hive.hcatalog.mapreduce.TestHCatMultiOutputFormat.testOutputFormat (batchId=177) org.apache.hive.spark.client.TestSparkClient.testJobSubmission (batchId=272) {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/2276/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/2276/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-2276/ 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: 6 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12840350 - PreCommit-HIVE-Build > Reuse partitions info generated in MoveTask to its subscribers (StatsTask) > > ----------------------------------------------------------------------------------------- > > Key: HIVE-15250 > URL: https://issues.apache.org/jira/browse/HIVE-15250 > Project: Hive > Issue Type: Improvement > Components: Metastore > Reporter: Rajesh Balamohan > Assignee: Rajesh Balamohan > Priority: Minor > Attachments: HIVE-15250.1.patch, HIVE-15250.2.patch, > HIVE-15250.3.patch > > > When dynamic partitions are enabled, {{StatsTask}} loads partition > information by querying metastore. In cases like {{insert overwrite table}}, > this can be expensive operation depending on the number of partitions > involved (for e.g, in tpcds populating web_returns table would incur 2184 DB > calls just on this function). > It would be good to pass on the partition information generated in MoveTask > to its subscribers to reduce the number of DB calls. -- This message was sent by Atlassian JIRA (v6.3.4#6332)