TsukiokaKogane commented on code in PR #67456:
URL: https://github.com/apache/doris/pull/67456#discussion_r3916728169


##########
gensrc/proto/olap_file.proto:
##########
@@ -155,10 +163,7 @@ message RowsetMetaPB {
     optional bool segments_key_bounds_aggregated = 57;
 
     optional bool is_row_binlog = 58 [default = false];
-
-    // Valid only when segments_overlap_pb is NONOVERLAPPING_WITHIN_GROUP.
-    // Each value is the number of consecutive output segments in one 
non-overlapping group.
-    repeated int32 segment_group_sizes = 59;
+    optional PRowBinlogWriteColumnMappings row_binlog_column_mappings = 59;

Review Comment:
   it's used for write, preserve mappings only while pending transactions may 
recover (re-publish after restart BE)



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