mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
fix style check so maybe CI checks will strart
This commit is contained in:
parent
24725b5f95
commit
c7fb6aa6d5
@ -267,7 +267,7 @@ void DDLWorker::scheduleTasks(bool reinitialized)
|
||||
if (status_written)
|
||||
{
|
||||
/// TODO We cannot guarantee that query was actually executed synchronously if connection was lost.
|
||||
/// Let's simple create synced/ node for now, but it would be better ot pass UNFINISHED status to initiator
|
||||
/// Let's simple create synced/ node for now, but it would be better to pass UNFINISHED status to initiator
|
||||
/// or wait for query to actually finish (requires https://github.com/ClickHouse/ClickHouse/issues/23513)
|
||||
task->createSyncedNodeIfNeed(zookeeper);
|
||||
task->completely_processed = true;
|
||||
|
Loading…
Reference in New Issue
Block a user