naming issue compress_brute fixed to compressBrute

This commit is contained in:
Grigory Buteyko 2020-11-13 19:09:59 +03:00
commit 1a02ec85a5

View File

@ -14,6 +14,7 @@ namespace DB
namespace ErrorCodes
{
extern const int TOO_LARGE_ARRAY_SIZE;
extern const int CANNOT_PARSE_INPUT_ASSERTION_FAILED;
}