mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
Try fix tests.
This commit is contained in:
parent
deeae66455
commit
0ce9afd1e3
@ -31,6 +31,9 @@ void PipelineExecutingBlockInputStream::readPrefixImpl()
|
||||
|
||||
Block PipelineExecutingBlockInputStream::readImpl()
|
||||
{
|
||||
if (!executor)
|
||||
executor = std::make_unique<PullingPipelineExecutor>(*pipeline);
|
||||
|
||||
Block block;
|
||||
while (executor->pull(block))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user