yiguolei commented on code in PR #15917:
URL: https://github.com/apache/doris/pull/15917#discussion_r1115188291
##########
be/src/vec/exec/scan/vscanner.cpp:
##########
@@ -67,12 +67,12 @@ Status VScanner::get_block(RuntimeState* state, Block*
block, bool* eof) {
}
// 2. Filter the output block finally.
- {
+ if (!_enable_remaining_expr_pushdown) {
SCOPED_TIMER(_parent->_filter_timer);
Review Comment:
Maybe a problem here. Runtime filter comes after scanner start. Then runtime
filter will never take 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]