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