deniskuzZ commented on a change in pull request #1474: URL: https://github.com/apache/hive/pull/1474#discussion_r484768146
########## File path: standalone-metastore/metastore-common/src/main/thrift/hive_metastore.thrift ########## @@ -1012,8 +1012,9 @@ struct CommitTxnRequest { 3: optional list<WriteEventInfo> writeEventInfos, // Information to update the last repl id of table/partition along with commit txn (replication from 2.6 to 3.0) 4: optional ReplLastIdInfo replLastIdInfo, + 5: optional bool exclWriteEnabled = true, Review comment: we need to keep it consistent with downstream, see `HIVE-23759: refactor field order of CommitTxnRequest` ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org