Skip to content

Commit fdac251

Browse files
committed
enable
1 parent 75ac006 commit fdac251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/query/settings/src/settings_default.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ impl DefaultSettings {
655655
range: Some(SettingRange::Numeric(4 * 1024..=u64::MAX)),
656656
}),
657657
("enable_shuffle_sort", DefaultSettingValue {
658-
value: UserSettingValue::UInt64(0),
658+
value: UserSettingValue::UInt64(1),
659659
desc: "Enable shuffle sort.",
660660
mode: SettingMode::Both,
661661
scope: SettingScope::Both,

0 commit comments

Comments
 (0)