diff --git a/ydb/core/tx/schemeshard/schemeshard_path_describer.cpp b/ydb/core/tx/schemeshard/schemeshard_path_describer.cpp index 15998faa8aac..d53f6b62d416 100644 --- a/ydb/core/tx/schemeshard/schemeshard_path_describer.cpp +++ b/ydb/core/tx/schemeshard/schemeshard_path_describer.cpp @@ -211,7 +211,7 @@ void TPathDescriber::DescribeTable(const TActorContext& ctx, TPathId pathId, TPa bool returnBackupInfo = Params.GetBackupInfo(); bool returnBoundaries = false; bool returnRangeKey = true; - bool returnSetVal = Params.GetReturnSetVal(); + bool returnSetVal = Params.GetOptions().GetReturnSetVal(); if (Params.HasOptions()) { returnConfig = Params.GetOptions().GetReturnPartitionConfig(); returnPartitioning = Params.GetOptions().GetReturnPartitioningInfo();