mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
fix
This commit is contained in:
parent
ffd1a6c3a5
commit
3ca66293ca
@ -225,7 +225,7 @@ public:
|
||||
SCOPE_EXIT(filterBySelector());
|
||||
|
||||
if (num_rows >= rows())
|
||||
return Block{};
|
||||
return block.cloneEmpty();
|
||||
|
||||
chassert(block);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user