From 58c0357436a6d66bb8760a57761e28ec79e10b63 Mon Sep 17 00:00:00 2001 From: taiyang-li <654010905@qq.com> Date: Thu, 25 Nov 2021 19:16:43 +0800 Subject: [PATCH] Update ErrorCodes.cpp fix typo --- src/Common/ErrorCodes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Common/ErrorCodes.cpp b/src/Common/ErrorCodes.cpp index 1748b7f44ae..51df36fd068 100644 --- a/src/Common/ErrorCodes.cpp +++ b/src/Common/ErrorCodes.cpp @@ -601,7 +601,7 @@ M(631, UNKNOWN_FILE_SIZE) \ M(650, SNAPPY_UNCOMPRESS_FAILED) \ M(651, SNAPPY_COMPRESS_FAILED) \ - M(652, NO_HIVEMETASTORE) \ + M(652, NO_HIVEMETASTORE) \ \ M(999, KEEPER_EXCEPTION) \ M(1000, POCO_EXCEPTION) \