fix code style

This commit is contained in:
turbo jason 2021-03-23 15:35:15 +08:00
parent f4be05ca25
commit 22c9cb1aa3

View File

@ -628,7 +628,7 @@ TaskStatus ClusterCopier::tryMoveAllPiecesToDestinationTable(const TaskTable & t
{
LOG_INFO(
log,
"Destination tables {} have been executed alter query successfuly on {} shards of {}",
"Destination tables {} have been executed alter query successfully on {} shards of {}",
getQuotedTable(task_table.table_push),
num_nodes,
task_table.cluster_push->getShardCount());