jacktengg commented on code in PR #16614:
URL: https://github.com/apache/doris/pull/16614#discussion_r1102618924
##########
be/src/olap/reader.cpp:
##########
@@ -220,7 +220,6 @@ Status TabletReader::_capture_rs_readers(const
ReaderParams& read_params,
_reader_context.stats = &_stats;
_reader_context.use_page_cache = read_params.use_page_cache;
_reader_context.sequence_id_idx = _sequence_col_idx;
- _reader_context.batch_size = _batch_size;
_reader_context.is_unique = tablet()->keys_type() == UNIQUE_KEYS;
Review Comment:
schema change set it's own batch_size to ALTER_TABLE_BATCH_SIZE. Compaction
use the default value of 1024 specified in struct RowsetReaderContext.
--
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]