Fix style check

This commit is contained in:
kssenii 2024-03-27 22:31:22 +01:00
parent 480251e593
commit a2e210462d
2 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,7 @@ namespace ErrorCodes
extern const int UNSUPPORTED_METHOD;
extern const int HDFS_ERROR;
extern const int ACCESS_DENIED;
extern const int LOGICAL_ERROR;
}
void HDFSObjectStorage::shutdown()

View File

@ -16,7 +16,6 @@ namespace DB
namespace ErrorCodes
{
extern const int BAD_ARGUMENTS;
extern const int NOT_IMPLEMENTED;
}
StorageHDFSConfiguration::StorageHDFSConfiguration(const StorageHDFSConfiguration & other)