Skip to content

Commit 69c6bee

Browse files
fix build
1 parent edf7392 commit 69c6bee

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ydb/core/tx/columnshard/engines/portions/column_record.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ TChunkMeta::TChunkMeta(const TColumnChunkLoadContext& context, const TIndexInfo&
1818
AFL_VERIFY(field)("field_id", context.GetAddress().GetColumnId())("field_name", indexInfo.GetColumnName(context.GetAddress().GetColumnId()));
1919
Max = ConstantToScalar(context.GetMetaProto().GetMaxValue(), field->type());
2020
}
21-
return TConclusionStatus::Success();
22-
}
23-
24-
TChunkMeta::TChunkMeta(const TColumnChunkLoadContext& context, const TIndexInfo& indexInfo) {
25-
AFL_VERIFY(DeserializeFromProto(context.GetAddress(), context.GetMetaProto(), indexInfo));
2621
}
2722

2823
TChunkMeta::TChunkMeta(const std::shared_ptr<arrow::Array>& column, const ui32 columnId, const TIndexInfo& indexInfo)

0 commit comments

Comments
 (0)