File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ class TAlterPQ: public TSubOperation {
178178 if (alterConfig.HasPartitionStrategy () && !NPQ::SplitMergeEnabled (alterConfig)
179179 && tabletConfig->HasPartitionStrategy () && NPQ::SplitMergeEnabled (*tabletConfig)) {
180180 if (!alterConfig.GetPartitionStrategy ().HasMaxPartitionCount () || 0 != alterConfig.GetPartitionStrategy ().GetMaxPartitionCount ()) {
181- errStr = TStringBuilder () << " Can`t disable autoscaling . Disabling autoscaling is a destructive operation, "
181+ errStr = TStringBuilder () << " Can`t disable auto partitioning . Disabling auto partitioning is a destructive operation, "
182182 << " after which all partitions will become active and the message order guarantee will be violated. "
183183 << " If you are sure of this, then set max_active_partitions to 0." ;
184184 return nullptr ;
You can’t perform that action at this time.
0 commit comments