Fix style

This commit is contained in:
Nikolai Kochetov 2024-03-07 17:06:45 +00:00
parent 2b8cf8b6e9
commit 97607f1031

View File

@ -1994,7 +1994,6 @@ void QueryAnalyzer::evaluateScalarSubqueryIfNeeded(QueryTreeNodePtr & node, Iden
auto interpreter = std::make_unique<InterpreterSelectQueryAnalyzer>(node->toAST(), subquery_context, subquery_context->getViewSource(), options);
auto io = interpreter->execute();
std::cerr << StackTrace().toString() << std::endl;
PullingAsyncPipelineExecutor executor(io.pipeline);
io.pipeline.setProgressCallback(context->getProgressCallback());
io.pipeline.setProcessListElement(context->getProcessListElement());