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
|
||||
configuration.fromAST(engine_args, local_context, with_table_structure);
|
||||
|
||||
// FIXME: it should be - if (format == "auto" && get_format_from_file)
|
||||
if (configuration.format == "auto")
|
||||
configuration.format = FormatFactory::instance().tryGetFormatFromFileName(configuration.getPath()).value_or("auto");
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user