englefly commented on code in PR #62737:
URL: https://github.com/apache/doris/pull/62737#discussion_r3193424792


##########
be/src/exec/operator/hashjoin_build_sink.cpp:
##########
@@ -103,6 +103,10 @@ Status HashJoinBuildSinkLocalState::init(RuntimeState* 
state, LocalSinkStateInfo
             _should_build_hash_table, p._is_broadcast_join);
     RETURN_IF_ERROR(_runtime_filter_producer_helper->init(state, 
_build_expr_ctxs,
                                                           
p._runtime_filter_descs));
+    // Prepare/open VExprContexts for decoupled RFs (expr_order == -1, 
src_expr not in
+    // builder's equi-conjuncts). Uses the build child's row_desc to resolve 
slot refs.
+    RETURN_IF_ERROR(
+            _runtime_filter_producer_helper->prepare_decoupled_filters(state, 
p._child->row_desc()));

Review Comment:
   done



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