mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-02 20:42:04 +00:00
Fix build
This commit is contained in:
parent
3e42ee7f2b
commit
8924c17575
@ -92,6 +92,7 @@ void doWriteRequest(std::shared_ptr<const DB::S3::Client> client, const DB::S3::
|
|||||||
client,
|
client,
|
||||||
uri.bucket,
|
uri.bucket,
|
||||||
uri.key,
|
uri.key,
|
||||||
|
DBMS_DEFAULT_BUFFER_SIZE,
|
||||||
request_settings
|
request_settings
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -529,6 +529,7 @@ public:
|
|||||||
client,
|
client,
|
||||||
bucket,
|
bucket,
|
||||||
file_name,
|
file_name,
|
||||||
|
DBMS_DEFAULT_BUFFER_SIZE,
|
||||||
request_settings,
|
request_settings,
|
||||||
std::nullopt,
|
std::nullopt,
|
||||||
getAsyncPolicy().getScheduler());
|
getAsyncPolicy().getScheduler());
|
||||||
|
Loading…
Reference in New Issue
Block a user