Remove query pipeline later.

This commit is contained in:
Nikolai Kochetov 2020-01-16 19:20:22 +03:00
parent 61e69c06d2
commit 7803e518c6

View File

@ -606,7 +606,7 @@ void TCPHandler::processOrdinaryQueryWithProcessors(size_t num_threads)
/// If exception was thrown during pipeline execution, skip it while processing other exception.
}
pipeline = QueryPipeline()
/// pipeline = QueryPipeline()
);
while (true)