Fix style FullSortingMergeJoin.h

This commit is contained in:
vdimir 2022-07-06 12:25:12 +00:00
parent 7c586a9e7c
commit 2fd229448c
No known key found for this signature in database
GPG Key ID: 6EE4CE2BEDC51862

View File

@ -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