mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-16 19:32:07 +00:00
[Disks] readSchemaVersion supplies empty Version ID
Empty version ID supplied to retrieve version ID of object.
This commit is contained in:
parent
c7402c2a39
commit
f299bf46e2
@ -402,6 +402,7 @@ 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,
|
||||
settings->s3_max_single_read_retries,
|
||||
context->getReadSettings());
|
||||
|
Loading…
Reference in New Issue
Block a user