gavinchou commented on code in PR #60467:
URL: https://github.com/apache/doris/pull/60467#discussion_r2789450936


##########
gensrc/proto/cloud.proto:
##########
@@ -1003,12 +1003,15 @@ message TableStatsPB {
 message CommitTxnResponse {
     optional MetaServiceResponseStatus status = 1;
     optional TxnInfoPB txn_info = 2;
-    // <tablet_id, partition_id> --> version
+    // <table_id, partition_id> --> version
     repeated int64 table_ids = 3;
     repeated int64 partition_ids = 4;
     repeated int64 versions = 5;
     repeated TableStatsPB table_stats = 6;
     optional int64 version_update_time_ms = 7;
+    // table_id --> version
+    repeated int64 tables = 8;

Review Comment:
   why not use TableStatsPB to store table_versions?



-- 
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]

Reply via email to