We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbdc254 commit 423f428Copy full SHA for 423f428
ydb/core/tx/columnshard/engines/portions/data_accessor.h
@@ -30,7 +30,7 @@ class TPortionDataAccessor {
30
entityId = i.GetEntityId();
31
chunkIdx = 0;
32
} else {
33
- AFL_VERIFY(i.GetChunkIdx() == chunkIdx + 1);
+ AFL_VERIFY(i.GetChunkIdx() == chunkIdx + 1)("chunk", i.GetChunkIdx())("idx", chunkIdx);
34
chunkIdx = i.GetChunkIdx();
35
}
36
0 commit comments