mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
Remove query pipeline later.
This commit is contained in:
parent
61e69c06d2
commit
7803e518c6
@ -606,7 +606,7 @@ void TCPHandler::processOrdinaryQueryWithProcessors(size_t num_threads)
|
|||||||
/// If exception was thrown during pipeline execution, skip it while processing other exception.
|
/// If exception was thrown during pipeline execution, skip it while processing other exception.
|
||||||
}
|
}
|
||||||
|
|
||||||
pipeline = QueryPipeline()
|
/// pipeline = QueryPipeline()
|
||||||
);
|
);
|
||||||
|
|
||||||
while (true)
|
while (true)
|
||||||
|
Loading…
Reference in New Issue
Block a user