Fix style

This commit is contained in:
Dmitry Novik 2023-06-12 17:33:15 +00:00
parent 326a3a3e8d
commit d05f89f8f5
2 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,6 @@ namespace ErrorCodes
extern const int DISTRIBUTED_TOO_MANY_PENDING_BYTES;
extern const int ARGUMENT_OUT_OF_BOUND;
extern const int TOO_LARGE_DISTRIBUTED_DEPTH;
extern const int DISTRIBUTED_IN_JOIN_SUBQUERY_DENIED;
}
namespace ActionLocks

View File

@ -21,6 +21,7 @@ namespace DB
namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
extern const int DISTRIBUTED_IN_JOIN_SUBQUERY_DENIED;
}