Update Configuration.cpp

This commit is contained in:
Pavel Kruglov 2024-10-29 10:52:17 +01:00 committed by GitHub
parent 2f6b49f294
commit 0be74f236b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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