TsukiokaKogane commented on code in PR #64776:
URL: https://github.com/apache/doris/pull/64776#discussion_r3489100616
##########
be/src/storage/segment/column_reader_cache.cpp:
##########
@@ -119,6 +120,7 @@ Status ColumnReaderCache::get_column_reader(int32_t col_uid,
ColumnReaderOptions opts {.kept_in_memory = _tablet_schema->is_in_memory(),
.be_exec_version = _be_exec_version,
.tablet_schema = _tablet_schema};
+ opts.const_value = std::move(const_value);
Review Comment:
the const_value aims to columns with constant value which is invariant per
segment
--
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]