Skip to content

Commit 1cc936c

Browse files
make chooseOneAggShuffleKey default value true
1 parent 39f9a4b commit 1cc936c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2663,7 +2663,7 @@ public boolean isEnableHboNonStrictMatchingMode() {
26632663
public boolean aggShuffleUseParentKey = true;
26642664

26652665
@VariableMgr.VarAttr(name = CHOOSE_ONE_AGG_SHUFFLE_KEY, needForward = false)
2666-
public boolean chooseOneAggShuffleKey = false;
2666+
public boolean chooseOneAggShuffleKey = true;
26672667

26682668
@VariableMgr.VarAttr(name = ENABLE_PREFER_CACHED_ROWSET, needForward = false,
26692669
description = {"是否启用 prefer cached rowset 功能",

0 commit comments

Comments
 (0)