mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
Minor
This commit is contained in:
parent
3778cee49e
commit
be693ceba7
@ -402,7 +402,6 @@ void StorageObjectStorage::Configuration::initialize(
|
|||||||
else
|
else
|
||||||
configuration.fromAST(engine_args, local_context, with_table_structure);
|
configuration.fromAST(engine_args, local_context, with_table_structure);
|
||||||
|
|
||||||
// FIXME: it should be - if (format == "auto" && get_format_from_file)
|
|
||||||
if (configuration.format == "auto")
|
if (configuration.format == "auto")
|
||||||
configuration.format = FormatFactory::instance().tryGetFormatFromFileName(configuration.getPath()).value_or("auto");
|
configuration.format = FormatFactory::instance().tryGetFormatFromFileName(configuration.getPath()).value_or("auto");
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user