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