mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
fix failed ut
This commit is contained in:
parent
35cf4cd1dd
commit
f33f231725
@ -213,7 +213,10 @@ Block ArrayJoinResultIterator::next()
|
||||
|
||||
/// Reuse cut_any_col if possible to avoid unnecessary cut.
|
||||
if (!is_unaligned && !is_left && current.name == *columns.begin())
|
||||
{
|
||||
current.column = cut_any_col;
|
||||
current.type = getArrayJoinDataType(current.type);
|
||||
}
|
||||
else
|
||||
current.column = current.column->cut(current_row, next_row - current_row);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user