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
  • Loading branch information
airborne12 committed Jan 12, 2025
1 parent 4f68b81 commit bc974f9
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 bc974f9

Please sign in to comment.