[
https://issues.apache.org/jira/browse/HIVE-27150?focusedWorklogId=854153&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-854153
]
ASF GitHub Bot logged work on HIVE-27150:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 31/Mar/23 10:49
Start Date: 31/Mar/23 10:49
Worklog Time Spent: 10m
Work Description: saihemanth-cloudera commented on code in PR #4123:
URL: https://github.com/apache/hive/pull/4123#discussion_r1154326620
##########
standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/TestObjectStore.java:
##########
@@ -439,14 +439,14 @@ public void testPartitionOps() throws Exception {
Assert.assertEquals(2, numPartitions);
try (AutoCloseable c = deadline()) {
- objectStore.dropPartition(DEFAULT_CATALOG_NAME, DB1, TABLE1, value1);
Review Comment:
Ideally, I would like to keep the old tests and add new tests that takes in
"partName" as argument.
Issue Time Tracking
-------------------
Worklog Id: (was: 854153)
Time Spent: 3.5h (was: 3h 20m)
> Drop single partition can also support direct sql
> -------------------------------------------------
>
> Key: HIVE-27150
> URL: https://issues.apache.org/jira/browse/HIVE-27150
> Project: Hive
> Issue Type: Improvement
> Components: Hive
> Reporter: Wechar
> Assignee: Wechar
> Priority: Major
> Labels: pull-request-available
> Time Spent: 3.5h
> Remaining Estimate: 0h
>
> *Background:*
> [HIVE-6980|https://issues.apache.org/jira/browse/HIVE-6980] supports direct
> sql for drop_partitions, we can reuse this huge improvement in drop_partition.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)