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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]