gavinchou commented on code in PR #66849:
URL: https://github.com/apache/doris/pull/66849#discussion_r3842603136
##########
be/src/storage/iterator/block_reader.cpp:
##########
@@ -498,6 +540,14 @@ Status BlockReader::init(const ReaderParams& read_params) {
_read_schema = std::move(read_schema);
}
+ if (read_params.binlog_scan_type == TBinlogScanType::MIN_DELTA ||
Review Comment:
from csun5285: 这个不用单独调用,read schema 中有 before 列的时候会自动初始化 before 和after 的映射
--
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]