mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-16 19:32:07 +00:00
[Disks] bugfix 🤦♂️
Correcting order of parameters for <ReadBufferFromS3> in <readSchemaVersion>.
This commit is contained in:
parent
40fbea49f7
commit
7bdbaf28d8
@ -404,8 +404,8 @@ int DiskS3::readSchemaVersion(const String & source_bucket, const String & sourc
|
||||
ReadBufferFromS3 buffer(
|
||||
settings->client,
|
||||
source_bucket,
|
||||
"" /* version_id empty and to be extract */,
|
||||
source_path + SCHEMA_VERSION_OBJECT,
|
||||
"" /* version_id empty */,
|
||||
settings->s3_max_single_read_retries,
|
||||
context->getReadSettings());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user