Skip to content

Commit b4dc485

Browse files
committed
test enable_experiment_aggregate
1 parent 21de4bc commit b4dc485

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
@@ -1501,7 +1501,7 @@ impl DefaultSettings {
15011501
range: Some(SettingRange::String(vec![S3StorageClass::Standard.to_string(), S3StorageClass::IntelligentTiering.to_string()])),
15021502
}),
15031503
("enable_experiment_aggregate", DefaultSettingValue {
1504-
value: UserSettingValue::UInt64(0),
1504+
value: UserSettingValue::UInt64(1),
15051505
desc: "Enable experiment aggregate, default is 0, 1 for enable",
15061506
mode: SettingMode::Both,
15071507
scope: SettingScope::Both,

0 commit comments

Comments
 (0)