Skip to content

Commit 20d9d60

Browse files
committed
fix typo
1 parent 8d2afed commit 20d9d60

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
@@ -1247,7 +1247,7 @@ impl DefaultSettings {
12471247
desc: "The batch size while deserializing fuse table with parquet storage format",
12481248
mode: SettingMode::Both,
12491249
scope: SettingScope::Both,
1250-
range: Some(SettingRange::Numeric(0..=1_0000_000)),
1250+
range: Some(SettingRange::Numeric(0..=1_000_000)),
12511251
}),
12521252
]);
12531253

0 commit comments

Comments
 (0)