englefly commented on code in PR #62737:
URL: https://github.com/apache/doris/pull/62737#discussion_r3327985278
##########
fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java:
##########
@@ -1040,6 +1046,28 @@ public static double getHotValueThreshold() {
@VarAttrDef.VarAttr(name = EXPAND_RUNTIME_FILTER_BY_INNER_JION)
public boolean expandRuntimeFilterByInnerJoin = true;
+ @VarAttrDef.VarAttr(name = ENABLE_DECOUPLED_RUNTIME_FILTER,
+ description = {"启用解耦 Runtime Filter:允许 RF 的生产者和条件来源分属不同 join 节点",
+ "Enable decoupled runtime filter: allow RF producer and
predicate source "
+ + "to be on different join nodes"})
+ public boolean enableDecoupledRuntimeFilter = true;
+
Review Comment:
升级顺序是先升级be 后升级Fe 所以没有这个问题
--
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]