Skip to content

Commit f6ffdec

Browse files
fix
1 parent a77adc1 commit f6ffdec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/tx/columnshard/columnshard__statistics.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ class TColumnPortionsAccumulator {
202202
AFL_VERIFY(indexMeta->GetColumnIds().size() == 1);
203203

204204
if (!indexMeta->IsInplaceData()) {
205-
portionInfo.FillBlobRangesByStorage(rangesByColumn, portionSchema->GetIndexInfo(), { columnId });
205+
portionInfo.FillBlobRangesByStorage(rangesByColumn, portionSchema->GetIndexInfo(), { indexMeta->GetIndexId() });
206206
} else {
207207
const std::vector<TString> data = portionInfo.GetIndexInplaceDataVerified(indexMeta->GetIndexId());
208208

0 commit comments

Comments
 (0)