[
https://issues.apache.org/jira/browse/HIVE-26149?focusedWorklogId=761631&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-761631
]
ASF GitHub Bot logged work on HIVE-26149:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 25/Apr/22 07:54
Start Date: 25/Apr/22 07:54
Worklog Time Spent: 10m
Work Description: pvary commented on code in PR #3220:
URL: https://github.com/apache/hive/pull/3220#discussion_r857351082
##########
ql/src/test/org/apache/hadoop/hive/ql/lockmgr/TestDbTxnManager2.java:
##########
@@ -3914,4 +3914,72 @@ private void testRenamePartition(boolean blocking)
throws Exception {
driver.getFetchTask().fetch(res);
Assert.assertEquals("Expecting 1 rows and found " + res.size(), 1,
res.size());
}
+
+ @Test
+ public void testDropDatabaseNonBlocking() throws Exception {
+ dropDatabaseNonBlocking(false, false);
+ }
+ @Test
Review Comment:
nit: newlines
Issue Time Tracking
-------------------
Worklog Id: (was: 761631)
Time Spent: 50m (was: 40m)
> Non blocking DROP DATABASE implementation
> -----------------------------------------
>
> Key: HIVE-26149
> URL: https://issues.apache.org/jira/browse/HIVE-26149
> Project: Hive
> Issue Type: Task
> Reporter: Denys Kuzmenko
> Priority: Major
> Labels: pull-request-available
> Time Spent: 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.7#820007)