Skip to content

Commit ca8ee2b

Browse files
committed
tweak default setting value
1 parent 966bad7 commit ca8ee2b

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
@@ -1338,7 +1338,7 @@ impl DefaultSettings {
13381338
desc: "The batch size while deserializing fuse table with parquet storage format",
13391339
mode: SettingMode::Both,
13401340
scope: SettingScope::Both,
1341-
range: Some(SettingRange::Numeric(0..=1_000_000)),
1341+
range: Some(SettingRange::Numeric(1..=1_000_000)),
13421342
}),
13431343
]);
13441344

0 commit comments

Comments
 (0)