Fix build

This commit is contained in:
Kruglov Pavel 2023-08-22 15:21:54 +02:00 committed by GitHub
parent 7f9e81d504
commit a34c9c3ebc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -308,7 +308,7 @@ StorageURLSource::StorageURLSource(
/*max_download_threads*/ std::nullopt,
/* is_remote_ fs */ true,
compression_method);
input_format->setQueryInfo(query_info, context);
input_format->setQueryInfo(query_info, getContext());
builder.init(Pipe(input_format));