gavinchou commented on code in PR #57702:
URL: https://github.com/apache/doris/pull/57702#discussion_r2567310464
##########
be/src/olap/rowset/segment_v2/segment.h:
##########
@@ -65,12 +65,19 @@ struct RowLocation;
namespace segment_v2 {
+// SegmentFooterPB versioning:
+// 1 = V2 baseline
+// 2 = V3 (externalized ColumnMetaPB region + CMO present)
+static constexpr uint32_t kSegmentFooterVersionV2 = 1;
+static constexpr uint32_t kSegmentFooterVersionV3_ExtColMeta = 2;
Review Comment:
make it pb
--
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]