From d82771785e54a1ca3381f59ef3d2380b6f12e4b7 Mon Sep 17 00:00:00 2001 From: Shanicky Chen Date: Thu, 1 Feb 2024 15:06:47 +0800 Subject: [PATCH] Update comment: rename "auto-scaling" to "adaptive-scaling" --- src/common/src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/src/config.rs b/src/common/src/config.rs index 5e9eea0a1ead2..d395f42975d8e 100644 --- a/src/common/src/config.rs +++ b/src/common/src/config.rs @@ -225,7 +225,7 @@ pub struct MetaConfig { #[serde(default)] pub disable_recovery: bool, - /// Whether to disable auto-scaling feature. + /// Whether to disable adaptive-scaling feature. #[serde(default)] pub disable_automatic_parallelism_control: bool,