mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
cleanup
This commit is contained in:
parent
574454c270
commit
b8a2a29f94
@ -350,7 +350,7 @@ void WindowTransform::writeOutGroup()
|
||||
past_the_end_block = first_block_number + blocks.size();
|
||||
past_the_end_row = blocks.back().numRows();
|
||||
}
|
||||
for ( auto r = group_start;
|
||||
for (auto r = group_start;
|
||||
r.block < past_the_end_block;
|
||||
++r.block, r.row = 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user