Skip to content

Commit

Permalink
Merge de1ca6d into 29fff7e
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmorozov333 authored Sep 23, 2024
2 parents 29fff7e + de1ca6d commit cef2df9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ydb/core/tx/columnshard/engines/portions/portion_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,8 @@ class TPortionInfo {
if (!columnIdFirst || *columnIdFirst == i.ColumnId) {
result += i.GetMeta().GetNumRows();
columnIdFirst = i.ColumnId;
} else {
break;
}
}
return result;
Expand Down

0 comments on commit cef2df9

Please sign in to comment.