BiteTheDDDDt commented on code in PR #35861: URL: https://github.com/apache/doris/pull/35861#discussion_r1626832354
########## be/src/exec/schema_scanner/schema_rowsets_scanner.cpp: ########## @@ -242,6 +243,16 @@ Status SchemaRowsetsScanner::_fill_block_impl(vectorized::Block* block) { } RETURN_IF_ERROR(fill_dest_column_for_range(block, 11, datas)); } + // SCHEMA_VERSION + { + std::vector<int32_t> srcs(fill_rowsets_num); Review Comment: <img width="460" alt="图片" src="https://github.com/apache/doris/assets/7939630/4dd66826-251d-4162-9fc0-3627e755d365"> schema version is int type field -- 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