Skip to content

Commit 0d3a27c

Browse files
committed
tweak default setting value
1 parent 2cd4789 commit 0d3a27c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/query/settings/src/settings_default.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1269,7 +1269,7 @@ impl DefaultSettings {
12691269
desc: "The batch size while deserializing fuse table with parquet storage format",
12701270
mode: SettingMode::Both,
12711271
scope: SettingScope::Both,
1272-
range: Some(SettingRange::Numeric(0..=1_000_000)),
1272+
range: Some(SettingRange::Numeric(1..=1_000_000)),
12731273
}),
12741274
]);
12751275

0 commit comments

Comments
 (0)