Skip to content

Commit

Permalink
[fix](session var) add need forward for disable_inverted_index_v1_for…
Browse files Browse the repository at this point in the history
…_variant (#46845)

Problem Summary:
disable_inverted_index_v1_for_variant session var need to forward to master.
  • Loading branch information
airborne12 authored Jan 13, 2025
1 parent be2932a commit 617c5e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1257,7 +1257,7 @@ public enum IgnoreSplitType {
@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() {
Expand Down

0 comments on commit 617c5e4

Please sign in to comment.