SourabhBadhya commented on code in PR #3908: URL: https://github.com/apache/hive/pull/3908#discussion_r1064824408
########## standalone-metastore/metastore-common/src/main/protobuf/org/apache/hadoop/hive/metastore/hive_metastore.proto: ########## @@ -1966,13 +1966,15 @@ message AbortTxnRequest { int64 txnid = 1; string repl_policy = 2; TxnType txn_type = 3; + int64 errorCode = 4; Review Comment: Set field as optional. Done. ########## standalone-metastore/metastore-common/src/main/protobuf/org/apache/hadoop/hive/metastore/hive_metastore.proto: ########## @@ -1966,13 +1966,15 @@ message AbortTxnRequest { int64 txnid = 1; string repl_policy = 2; TxnType txn_type = 3; + int64 errorCode = 4; } message AbortTxnResponse { } message AbortTxnsRequest { repeated int64 txn_ids = 1; + int64 errorCode = 2; Review Comment: Set field as optional. Done. -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org