mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-30 11:32:03 +00:00
Fix double whitespace
This commit is contained in:
parent
fab77783f1
commit
65ffe91bf2
@ -1011,7 +1011,7 @@ private:
|
|||||||
using ConfluentSchemaRegistry = AvroConfluentRowInputFormat::SchemaRegistry;
|
using ConfluentSchemaRegistry = AvroConfluentRowInputFormat::SchemaRegistry;
|
||||||
#define SCHEMA_REGISTRY_CACHE_MAX_SIZE 1000
|
#define SCHEMA_REGISTRY_CACHE_MAX_SIZE 1000
|
||||||
/// Cache of Schema Registry URL -> SchemaRegistry
|
/// Cache of Schema Registry URL -> SchemaRegistry
|
||||||
static CacheBase<std::string, ConfluentSchemaRegistry> schema_registry_cache(SCHEMA_REGISTRY_CACHE_MAX_SIZE);
|
static CacheBase<std::string, ConfluentSchemaRegistry> schema_registry_cache(SCHEMA_REGISTRY_CACHE_MAX_SIZE);
|
||||||
|
|
||||||
static std::shared_ptr<ConfluentSchemaRegistry> getConfluentSchemaRegistry(const FormatSettings & format_settings)
|
static std::shared_ptr<ConfluentSchemaRegistry> getConfluentSchemaRegistry(const FormatSettings & format_settings)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user