Fix style check

This commit is contained in:
kssenii 2024-11-20 18:59:47 +01:00
parent fd5023e2a6
commit 4abbf29a86
2 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@ namespace DB::ErrorCodes
{ {
extern const int ICEBERG_CATALOG_ERROR; extern const int ICEBERG_CATALOG_ERROR;
extern const int LOGICAL_ERROR; extern const int LOGICAL_ERROR;
extern const int BAD_ARGUMENTS;
} }
namespace CurrentMetrics namespace CurrentMetrics

View File

@ -48,7 +48,7 @@ public:
private: private:
struct Config struct Config
{ {
/// Prefix is a path of the catalog enpoint, /// Prefix is a path of the catalog endpoint,
/// e.g. /v1/{prefix}/namespaces/{namespace}/tables/{table} /// e.g. /v1/{prefix}/namespaces/{namespace}/tables/{table}
std::filesystem::path prefix; std::filesystem::path prefix;
/// Base location is location of data in storage /// Base location is location of data in storage