mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Fix build
This commit is contained in:
parent
7f9e81d504
commit
a34c9c3ebc
@ -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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user