fix undefined LOGICAL_ERROR

Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
This commit is contained in:
Duc Canh Le 2024-07-01 04:39:53 +00:00
parent cf2f2cfc1c
commit 047dcfb806

View File

@ -33,6 +33,7 @@ namespace DB
namespace ErrorCodes
{
extern const int ROCKSDB_ERROR;
extern const int LOGICAL_ERROR;
}
static const IColumn::Permutation & getAscendingPermutation(const IColumn & column, IColumn::Permutation & perm)