mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Update Configuration.cpp
This commit is contained in:
parent
2f6b49f294
commit
0be74f236b
@ -213,7 +213,7 @@ void StorageAzureConfiguration::fromAST(ASTs & engine_args, ContextPtr context,
|
||||
if (with_structure)
|
||||
{
|
||||
format = fourth_arg;
|
||||
compression_method = checkAn/dGetLiteralArgument<String>(engine_args[4], "compression");
|
||||
compression_method = checkAndGetLiteralArgument<String>(engine_args[4], "compression");
|
||||
structure = checkAndGetLiteralArgument<String>(engine_args[5], "structure");
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user