csun5285 commented on code in PR #43690: URL: https://github.com/apache/doris/pull/43690#discussion_r1837541523
########## be/src/olap/tablet_schema.h: ########## @@ -555,6 +557,7 @@ class TabletSchema : public MetadataAdder<TabletSchema> { CompressKind _compress_kind = COMPRESS_NONE; segment_v2::CompressionTypePB _compression_type = segment_v2::CompressionTypePB::LZ4F; long _row_store_page_size = segment_v2::ROW_STORE_PAGE_SIZE_DEFAULT_VALUE; + long _storage_page_size = segment_v2::STORAGE_PAGE_SIZE_DEFAULT_VALUE; Review Comment: to_schema_pb(),init_from_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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org