hmangla98 commented on a change in pull request #2101:
URL: https://github.com/apache/hive/pull/2101#discussion_r611389837
##########
File path: ql/src/java/org/apache/hadoop/hive/ql/lockmgr/HiveTxnManager.java
##########
@@ -60,8 +60,8 @@
* @return The new transaction id
* @throws LockException if a transaction is already open.
*/
- long openTxn(Context ctx, String user, TxnType txnType) throws LockException;
+ long openTxn(Context ctx, String user, TxnType txnType, String
dbUnderReplication) throws LockException;
Review comment:
Moved to context object.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]