mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 09:02:00 +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)
|
if (with_structure)
|
||||||
{
|
{
|
||||||
format = fourth_arg;
|
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");
|
structure = checkAndGetLiteralArgument<String>(engine_args[5], "structure");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user