Skip to content

Commit 5e9e739

Browse files
committed
disable
1 parent 7219712 commit 5e9e739

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
@@ -697,7 +697,7 @@ impl DefaultSettings {
697697
range: Some(SettingRange::Numeric(0..=u64::MAX)),
698698
}),
699699
("enable_result_set_spilling", DefaultSettingValue {
700-
value: UserSettingValue::UInt64(1),
700+
value: UserSettingValue::UInt64(0),
701701
desc: "Enable spilling result set data to storage when memory usage exceeds the threshold.",
702702
mode: SettingMode::Both,
703703
scope: SettingScope::Both,

0 commit comments

Comments
 (0)