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


##########
be/src/exec/scan/olap_scanner.cpp:
##########
@@ -657,15 +544,11 @@ Status OlapScanner::_init_tablet_reader_params(
         // set push down topn filter
         _tablet_reader_params.topn_filter_source_node_ids =
                 olap_scan_local_state->get_topn_filter_source_node_ids(_state, 
true);
-        if (!_tablet_reader_params.topn_filter_source_node_ids.empty()) {
-            _tablet_reader_params.topn_filter_target_node_id =
-                    olap_scan_local_state->parent()->node_id();

Review Comment:
   这里为啥删掉了



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