Skip to content

Commit bb60da2

Browse files
Update data_accessor.h
1 parent 4e72f5b commit bb60da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/tx/columnshard/engines/portions/data_accessor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class TPortionDataAccessor {
2020
std::optional<std::vector<TIndexChunk>> Indexes;
2121

2222
template <class TChunkInfo>
23-
static bool CheckChunksOrder(const std::vector<TChunkInfo>& chunks) {
23+
static void CheckChunksOrder(const std::vector<TChunkInfo>& chunks) {
2424
ui32 entityId = 0;
2525
ui32 chunkIdx = 0;
2626
for (auto&& i : chunks) {

0 commit comments

Comments
 (0)