We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e7d8e commit 334dad0Copy full SHA for 334dad0
ydb/public/lib/ydb_cli/commands/ydb_service_topic.cpp
@@ -393,7 +393,7 @@ namespace {
393
NYdb::NTopic::TAlterTopicSettings TCommandTopicAlter::PrepareAlterSettings(
394
NYdb::NTopic::TDescribeTopicResult& describeResult) {
395
auto settings = NYdb::NTopic::TAlterTopicSettings();
396
- auto partitioningSettings = settings.BeginAlterPartitioningSettings();
+ auto& partitioningSettings = settings.BeginAlterPartitioningSettings();
397
398
if (MinActivePartitions_.Defined() && (*MinActivePartitions_ != describeResult.GetTopicDescription().GetPartitioningSettings().GetMinActivePartitions())) {
399
partitioningSettings.MinActivePartitions(*MinActivePartitions_);
0 commit comments