yiguolei commented on code in PR #21139:
URL: https://github.com/apache/doris/pull/21139#discussion_r1241135051
##########
be/src/vec/exec/scan/vscan_node.cpp:
##########
@@ -402,7 +402,7 @@ Status VScanNode::_normalize_conjuncts() {
RETURN_IF_ERROR(_normalize_predicate(conjunct->root(),
conjunct.get(), new_root));
if (new_root) {
conjunct->set_root(new_root);
- if (_should_push_down_common_expr()) {
+ if (_should_push_down_common_expr() &&
!conjunct->root()->is_java_udf()) {
Review Comment:
if the new root is javaudf expr or javaudf expr, then the new root is a
and compound expr. It could not be pushdown to scanner ?
--
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]