yiguolei commented on code in PR #24972:
URL: https://github.com/apache/doris/pull/24972#discussion_r1361400413


##########
be/src/olap/reader.cpp:
##########
@@ -237,6 +239,7 @@ Status TabletReader::_capture_rs_readers(const 
ReaderParams& read_params) {
     _reader_context.read_orderby_key_columns =
             _orderby_key_columns.size() > 0 ? &_orderby_key_columns : nullptr;
     _reader_context.predicates = &_col_predicates;
+    _reader_context.late_arrival_predicates = &_late_arrival_predicates;

Review Comment:
   This method will be called at the beginning of the scanner, If new 
predicates arrived, is it will affect??



-- 
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]

Reply via email to