xiaokang commented on code in PR #19594: URL: https://github.com/apache/doris/pull/19594#discussion_r1209247087
########## be/src/olap/rowset/segment_v2/segment_writer.cpp: ########## @@ -113,38 +116,29 @@ void SegmentWriter::init_column_meta(ColumnMetaPB* meta, uint32_t column_id, } } -Status SegmentWriter::init(const vectorized::Block* block) { +Status SegmentWriter::init(const FlushContext* flush_ctx) { std::vector<uint32_t> column_ids; int column_cnt = _tablet_schema->num_columns(); - if (block && !_tablet_schema->is_partial_update()) { Review Comment: deleted by mistake? -- 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