Neer393 commented on code in PR #6314:
URL: https://github.com/apache/hive/pull/6314#discussion_r2847697681
##########
standalone-metastore/metastore-common/src/main/thrift/hive_metastore.thrift:
##########
@@ -1246,7 +1246,8 @@ struct LockComponent {
5: optional string partitionname,
6: optional DataOperationType operationType = DataOperationType.UNSET,
7: optional bool isTransactional = false,
- 8: optional bool isDynamicPartitionWrite = false
+ 8: optional bool isDynamicPartitionWrite = false,
+ 9: required string catName
Review Comment:
Okay so in that case, do I need to add `comp.setCatName("hive");` in all of
the test cases that I had changed or should I leave setting it as it would
automatically default to hive in the test cases right ?
--
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]