Update StorageObjectStorageQueue.cpp

This commit is contained in:
Kseniia Sumarokova 2024-09-10 18:16:27 +02:00 committed by GitHub
parent d43264c44e
commit 6a6d26aeed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -118,7 +118,7 @@ StorageObjectStorageQueue::StorageObjectStorageQueue(
const String & comment,
ContextPtr context_,
std::optional<FormatSettings> format_settings_,
ASTStorage * engine_args,
ASTStorage * /* engine_args */,
LoadingStrictnessLevel mode)
: IStorage(table_id_)
, WithContext(context_)