mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 05:22:17 +00:00
Fixed else if syntax error
This commit is contained in:
parent
9734871345
commit
81b5ad3b26
@ -1209,7 +1209,7 @@ ColumnsDescription StorageAzureBlob::getTableStructureFromData(
|
||||
file_iterator = std::make_shared<StorageAzureBlobSource::ReadIterator>(ctx ,
|
||||
ctx->getReadTaskCallback());
|
||||
}
|
||||
else (configuration.withGlobs())
|
||||
else if (configuration.withGlobs())
|
||||
{
|
||||
file_iterator = std::make_shared<StorageAzureBlobSource::GlobIterator>(
|
||||
object_storage, configuration.container, configuration.blob_path, nullptr, Block{}, ctx, &read_keys);
|
||||
|
Loading…
Reference in New Issue
Block a user