This commit is contained in:
Konstantin Bogdanov 2024-11-13 16:21:08 +01:00
parent 31eddf6073
commit 47bae80a39
No known key found for this signature in database
2 changed files with 1 additions and 10 deletions

View File

@ -19,11 +19,6 @@
namespace DB
{
namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
}
StorageFileCluster::StorageFileCluster(
const ContextPtr & context,
const String & cluster_name_,

View File

@ -30,16 +30,12 @@
namespace DB
{
namespace Setting
{
extern const SettingsUInt64 glob_expansion_max_elements;
}
namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
}
StorageURLCluster::StorageURLCluster(
const ContextPtr & context,
const String & cluster_name_,