From 2fd229448c41a06e1996ab00fa1039c34bb91495 Mon Sep 17 00:00:00 2001 From: vdimir Date: Wed, 6 Jul 2022 12:25:12 +0000 Subject: [PATCH] Fix style FullSortingMergeJoin.h --- src/Interpreters/FullSortingMergeJoin.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Interpreters/FullSortingMergeJoin.h b/src/Interpreters/FullSortingMergeJoin.h index 06dc50e6036..90ec67f54b1 100644 --- a/src/Interpreters/FullSortingMergeJoin.h +++ b/src/Interpreters/FullSortingMergeJoin.h @@ -11,8 +11,9 @@ namespace DB namespace ErrorCodes { - extern const int TYPE_MISMATCH; + extern const int LOGICAL_ERROR; extern const int NOT_IMPLEMENTED; + extern const int TYPE_MISMATCH; } /// Dummy class, actual joining is done by MergeTransform