Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sundy-li committed Dec 12, 2024
1 parent 7b84df0 commit 8ed0fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query/settings/src/settings_default.rs
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ impl DefaultSettings {
value: UserSettingValue::UInt64(0),
desc: "The min size of aggregate hashtable skip partial aggregation capacity",
mode: SettingMode::Both,
range: Some(SettingRange::Numeric(0..=usize::MAX)),
range: Some(SettingRange::Numeric(0..=u64::MAX)),
}),
("numeric_cast_option", DefaultSettingValue {
value: UserSettingValue::String("rounding".to_string()),
Expand Down

0 comments on commit 8ed0fc2

Please sign in to comment.