mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Update JoiningTransform.cpp
This commit is contained in:
parent
8f5c8f32df
commit
c81d807dbc
@ -38,7 +38,7 @@ void JoiningTransform::transform(Chunk & chunk)
|
||||
if (on_totals)
|
||||
{
|
||||
/// We have to make chunk empty before return
|
||||
/// In case of using `arrayJoin` we can get more or less columns than one
|
||||
/// In case of using `arrayJoin` we can get more or less rows than one
|
||||
auto cols = chunk.detachColumns();
|
||||
for (auto & col : cols)
|
||||
col = col->cloneResized(1);
|
||||
|
Loading…
Reference in New Issue
Block a user