HappenLee commented on code in PR #12118: URL: https://github.com/apache/doris/pull/12118#discussion_r956873433
########## be/src/exec/olap_scanner.cpp: ########## @@ -291,20 +292,23 @@ Status OlapScanner::_init_return_columns(bool need_seq_col) { _query_slots.push_back(slot); } - // expand the sequence column - if (_tablet_schema->has_sequence_col() && need_seq_col) { - bool has_replace_col = false; + has_replace_col = false; Review Comment: the value seems always `false` ? -- 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