pengxiangyu commented on code in PR #11205: URL: https://github.com/apache/doris/pull/11205#discussion_r929722858
########## be/src/olap/memtable.cpp: ########## @@ -64,8 +64,8 @@ MemTable::MemTable(int64_t tablet_id, Schema* schema, const TabletSchema* tablet } else { _insert_fn = &MemTable::_insert_agg; } - if (_tablet_schema->has_sequence_col()) { - _aggregate_two_row_fn = &MemTable::_aggregate_two_row_with_sequence; Review Comment: Is sequence_col in tablet_schema not needed?what abort old meta info? -- 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