diff --git a/src/storage/ob_parallel_external_sort.h b/src/storage/ob_parallel_external_sort.h index 2a60213795..e9010f435d 100644 --- a/src/storage/ob_parallel_external_sort.h +++ b/src/storage/ob_parallel_external_sort.h @@ -1215,7 +1215,7 @@ int ObExternalSortRound::do_merge( if (OB_SUCC(ret)) { if (OB_FAIL(next_round.finish_write())) { - STORAGE_LOG(WARN, "fail to finsh next round", K(ret)); + STORAGE_LOG(WARN, "fail to finish next round", K(ret)); } } STORAGE_LOG(INFO, "external sort do merge end");