mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Update PullingPipelineExecutor.cpp
This commit is contained in:
parent
c43976b6c5
commit
a5770fe041
@ -74,10 +74,6 @@ void PullingPipelineExecutor::cancel()
|
||||
/// Cancel execution if it wasn't finished.
|
||||
if (executor)
|
||||
executor->cancel();
|
||||
|
||||
/// Read all data and finish execution.
|
||||
/// Chunk chunk;
|
||||
/// while (pull(chunk));
|
||||
}
|
||||
|
||||
Chunk PullingPipelineExecutor::getTotals()
|
||||
|
Loading…
Reference in New Issue
Block a user