[ https://issues.apache.org/jira/browse/HIVE-24978?focusedWorklogId=582202&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-582202 ]
ASF GitHub Bot logged work on HIVE-24978: ----------------------------------------- Author: ASF GitHub Bot Created on: 14/Apr/21 05:11 Start Date: 14/Apr/21 05:11 Worklog Time Spent: 10m Work Description: aasha commented on a change in pull request #2154: URL: https://github.com/apache/hive/pull/2154#discussion_r612939857 ########## File path: itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationScenarios.java ########## @@ -4294,6 +4295,9 @@ public void testMoveOptimizationIncremental() throws IOException { @Test public void testDatabaseInJobName() throws Throwable { + // Clean up configurations + driver.getConf().set(JobContext.JOB_NAME, ""); Review comment: can this clean up be done at tear down? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 582202) Time Spent: 50m (was: 40m) > Optimise number of DROP_PARTITION events created. > ------------------------------------------------- > > Key: HIVE-24978 > URL: https://issues.apache.org/jira/browse/HIVE-24978 > Project: Hive > Issue Type: Improvement > Reporter: Ayush Saxena > Assignee: Ayush Saxena > Priority: Major > Labels: pull-request-available > Time Spent: 50m > Remaining Estimate: 0h > > Even for drop partition with batches, presently there is one event for every > partition, optimise to merge them, to save the number of calls to HMS -- This message was sent by Atlassian Jira (v8.3.4#803005)