yiguolei commented on code in PR #14746:
URL: https://github.com/apache/doris/pull/14746#discussion_r1037680093
##########
be/src/exec/base_scanner.cpp:
##########
@@ -297,8 +297,8 @@ Status BaseScanner::_filter_src_block() {
auto origin_column_num = _src_block.columns();
// filter block
auto old_rows = _src_block.rows();
-
RETURN_IF_ERROR(vectorized::VExprContext::filter_block(_vpre_filter_ctx_ptr,
&_src_block,
- origin_column_num));
+ RETURN_IF_CATCH_BAD_ALLOC_OR_ERROR(vectorized::VExprContext::filter_block(
Review Comment:
could modify filter_block method and add catch inside the method so that do
not need modify such lots of callers.
--
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]