Update MergeTreeBackgroundExecutor.cpp (#52261)

This commit is contained in:
Alexander Tokmakov 2023-07-20 14:22:22 +03:00 committed by GitHub
parent 624bffa64c
commit 2b29e3dc83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -269,7 +269,7 @@ void MergeTreeBackgroundExecutor<Queue>::routine(TaskRuntimeDataPtr item)
try
{
ALLOW_ALLOCATIONS_IN_SCOPE;
item->task->getQueryId();
query_id = item->task->getQueryId();
need_execute_again = item->task->executeStep();
}
catch (...)