Neer393 commented on code in PR #6314:
URL: https://github.com/apache/hive/pull/6314#discussion_r2841088053
##########
standalone-metastore/metastore-common/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/metastore/api/LockComponent.java:
##########
@@ -165,12 +172,14 @@ public LockComponent() {
public LockComponent(
LockType type,
LockLevel level,
- java.lang.String dbname)
+ java.lang.String dbname,
Review Comment:
This cannot be done as this is a generated file generated out of
hive_metastore.thrift file and in that file, I cannot change the numerical
ordering of the parameters as it will break backwards compatibility
--
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]