zhannngchen commented on code in PR #11598:
URL: https://github.com/apache/doris/pull/11598#discussion_r940877288


##########
be/src/vec/exec/volap_scanner.cpp:
##########
@@ -195,6 +193,10 @@ Status VOlapScanner::_init_tablet_reader_params(
               std::inserter(_tablet_reader_params.function_filters,
                             _tablet_reader_params.function_filters.begin()));
 
+    std::copy(_tablet->delete_predicates().cbegin(), 
_tablet->delete_predicates().cend(),

Review Comment:
   The copied delete predicates only used for current scanner, in your case, 
current scanner can't see rowset
    B?



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