mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Fix test.
This commit is contained in:
parent
b19316a2af
commit
c04d1f8168
@ -146,7 +146,7 @@ public:
|
||||
|
||||
table_out->writePrefix();
|
||||
Block block;
|
||||
while (!executor.pull(block))
|
||||
while (executor.pull(block))
|
||||
table_out->write(block);
|
||||
|
||||
table_out->writeSuffix();
|
||||
|
Loading…
Reference in New Issue
Block a user