mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
typo
This commit is contained in:
parent
55e1d1b592
commit
a37d7bc070
@ -365,7 +365,7 @@ void WindowTransform::advancePartitionEnd()
|
||||
// for which we are calculating the window functions), because they all might be
|
||||
// past the end of the partition. prev_frame_start is suitable, because it
|
||||
// is a pointer to the first row of the previous frame that must have been
|
||||
// valid, or to the first row of the partition, and we make sure not do drop
|
||||
// valid, or to the first row of the partition, and we make sure not to drop
|
||||
// its block.
|
||||
const auto block_rows = blockRowsNumber(partition_end);
|
||||
for (; partition_end.row < block_rows; ++partition_end.row)
|
||||
|
Loading…
Reference in New Issue
Block a user