Skip to content

Commit cd8f8c5

Browse files
committed
Review fix
- do not blatantly use returnBoundaries option from the parent table in DescribeTableIndex
1 parent 27f1843 commit cd8f8c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/tx/schemeshard/schemeshard_path_describer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ void TPathDescriber::DescribeTable(const TActorContext& ctx, TPathId pathId, TPa
374374

375375
switch (childPath->PathType) {
376376
case NKikimrSchemeOp::EPathTypeTableIndex:
377-
Self->DescribeTableIndex(childPathId, childName, returnConfig, returnBoundaries, *entry->AddTableIndexes());
377+
Self->DescribeTableIndex(childPathId, childName, returnConfig, false, *entry->AddTableIndexes());
378378
break;
379379
case NKikimrSchemeOp::EPathTypeCdcStream:
380380
Self->DescribeCdcStream(childPathId, childName, *entry->AddCdcStreams());

0 commit comments

Comments
 (0)