deniskuzZ commented on code in PR #6314:
URL: https://github.com/apache/hive/pull/6314#discussion_r2926250417
##########
ql/src/java/org/apache/hadoop/hive/ql/lockmgr/DbTxnManager.java:
##########
@@ -1057,9 +1071,16 @@ public long getLatestTxnIdInConflict() throws
LockException {
}
}
- private boolean heartbeatMaterializationRebuildLock(String dbName, String
tableName, long txnId) throws LockException {
+ @Deprecated
Review Comment:
it's private, you can just drop it and use new method
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]