[
https://issues.apache.org/jira/browse/HIVE-24978?focusedWorklogId=582292&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-582292
]
ASF GitHub Bot logged work on HIVE-24978:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Apr/21 08:30
Start Date: 14/Apr/21 08:30
Worklog Time Spent: 10m
Work Description: ayushtkn commented on a change in pull request #2154:
URL: https://github.com/apache/hive/pull/2154#discussion_r613045613
##########
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:
came from HIVE-25000, Removed itself from my code
--
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 582292)
Time Spent: 1h (was: 50m)
> 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: 1h
> 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)