Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shnikd committed Mar 26, 2024
1 parent 1ed48a8 commit 46e1e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/tx/schemeshard/schemeshard_path_describer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 46e1e9c

Please sign in to comment.