zhangbutao commented on code in PR #6314:
URL: https://github.com/apache/hive/pull/6314#discussion_r2867199349
##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/entities/LockInfo.java:
##########
@@ -39,6 +39,7 @@ public class LockInfo {
//0 means there is no transaction, i.e. it a select statement which is not
part of
//explicit transaction or a IUD statement that is not writing to ACID table
private final long txnId;
+ private final String cat;
Review Comment:
`catName ` is more better.
It's not necessary to keep the same naming convention as "db".
--
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]