This is an automated email from the ASF dual-hosted git repository.
airborne pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 617c5e435a7 [fix](session var) add need forward for
disable_inverted_index_v1_for_variant (#46845)
617c5e435a7 is described below
commit 617c5e435a7d48fae81ab45820d9c5c395b8fc18
Author: airborne12 <[email protected]>
AuthorDate: Mon Jan 13 11:40:00 2025 +0800
[fix](session var) add need forward for
disable_inverted_index_v1_for_variant (#46845)
Problem Summary:
disable_inverted_index_v1_for_variant session var need to forward to master.
---
fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
b/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
index a52beff44bb..7cdb8ba7236 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
@@ -1257,7 +1257,7 @@ public class SessionVariable implements Serializable,
Writable {
@VariableMgr.VarAttr(name = WAIT_FULL_BLOCK_SCHEDULE_TIMES)
public int waitFullBlockScheduleTimes = 2;
- @VariableMgr.VarAttr(name = DISABLE_INVERTED_INDEX_V1_FOR_VARIANT)
+ @VariableMgr.VarAttr(name = DISABLE_INVERTED_INDEX_V1_FOR_VARIANT,
needForward = true)
private boolean disableInvertedIndexV1ForVaraint = true;
public int getBeNumberForTest() {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]