mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
Fix build
This commit is contained in:
parent
7f9e81d504
commit
a34c9c3ebc
@ -308,7 +308,7 @@ StorageURLSource::StorageURLSource(
|
|||||||
/*max_download_threads*/ std::nullopt,
|
/*max_download_threads*/ std::nullopt,
|
||||||
/* is_remote_ fs */ true,
|
/* is_remote_ fs */ true,
|
||||||
compression_method);
|
compression_method);
|
||||||
input_format->setQueryInfo(query_info, context);
|
input_format->setQueryInfo(query_info, getContext());
|
||||||
|
|
||||||
builder.init(Pipe(input_format));
|
builder.init(Pipe(input_format));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user