[
https://issues.apache.org/jira/browse/HIVE-26055?focusedWorklogId=784294&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-784294
]
ASF GitHub Bot logged work on HIVE-26055:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 23/Jun/22 16:11
Start Date: 23/Jun/22 16:11
Worklog Time Spent: 10m
Work Description: deniskuzZ commented on code in PR #3247:
URL: https://github.com/apache/hive/pull/3247#discussion_r905219046
##########
ql/src/test/org/apache/hadoop/hive/ql/lockmgr/TestDbTxnManager2.java:
##########
@@ -3754,7 +3754,7 @@ private void testRenameTable(boolean blocking) throws
Exception {
}
driver2.lockAndRespond();
locks = getLocks();
- Assert.assertEquals("Unexpected lock count", 1, locks.size());
+ Assert.assertEquals("Unexpected lock count", 2, locks.size());
Review Comment:
what's the other lock we are expecting here, should we check this in a test?
Issue Time Tracking
-------------------
Worklog Id: (was: 784294)
Time Spent: 1.5h (was: 1h 20m)
> Fix the HivePrivilegesObjects for Alter table rename command
> ------------------------------------------------------------
>
> Key: HIVE-26055
> URL: https://issues.apache.org/jira/browse/HIVE-26055
> Project: Hive
> Issue Type: Bug
> Components: HiveServer2, Security
> Reporter: Sai Hemanth Gantasala
> Assignee: Sai Hemanth Gantasala
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> Fix the HivePrivilegeObjects for Alter table rename query in a way that it
> includes source table information in the output objects and destination table
> information in the input objects.
>
--
This message was sent by Atlassian Jira
(v8.20.7#820007)