mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Try fix tests.
This commit is contained in:
parent
87b0ea26d3
commit
a9c6fa1ca7
@ -76,8 +76,8 @@ void PullingPipelineExecutor::cancel()
|
||||
executor->cancel();
|
||||
|
||||
/// Read all data and finish execution.
|
||||
Chunk chunk;
|
||||
while (pull(chunk));
|
||||
/// Chunk chunk;
|
||||
/// while (pull(chunk));
|
||||
}
|
||||
|
||||
Chunk PullingPipelineExecutor::getTotals()
|
||||
|
Loading…
Reference in New Issue
Block a user