mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Fix tests.
This commit is contained in:
parent
0344c9d9dc
commit
d84be03268
@ -123,7 +123,7 @@ bool PullingPipelineExecutor::pull(Block & block, uint64_t milliseconds)
|
||||
{
|
||||
/// In case if timeout exceeded.
|
||||
block.clear();
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
block = lazy_format->getPort(IOutputFormat::PortKind::Main).getHeader().cloneWithColumns(chunk.detachColumns());
|
||||
|
Loading…
Reference in New Issue
Block a user