Skip to content

Commit 44758b3

Browse files
authored
Restore useAlternatingSort in MergingDigest (#112148)
1 parent 32b4aa3 commit 44758b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/tdigest/src/main/java/org/elasticsearch/tdigest/MergingDigest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public class MergingDigest extends AbstractTDigest {
9292
private final int[] order;
9393

9494
// if true, alternate upward and downward merge passes
95-
public boolean useAlternatingSort = false;
95+
public boolean useAlternatingSort = true;
9696
// if true, use higher working value of compression during construction, then reduce on presentation
9797
public boolean useTwoLevelCompression = true;
9898

0 commit comments

Comments
 (0)