Update MergeJoin.cpp

This commit is contained in:
alexey-milovidov 2021-04-02 21:07:11 +03:00 committed by GitHub
parent 8dcfe119bf
commit 840ecb5e99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -487,7 +487,7 @@ MergeJoin::MergeJoin(std::shared_ptr<TableJoin> table_join_, const Block & right
left_blocks_buffer = std::make_shared<SortedBlocksBuffer>(left_sort_description, max_bytes);
}
/// Has to be called event totals is empty
/// Has to be called even if totals are empty
void MergeJoin::setTotals(const Block & totals_block)
{
totals = totals_block;