Restart tests

This commit is contained in:
Kruglov Pavel 2021-03-19 15:00:21 +03:00 committed by GitHub
parent 71b36a7029
commit 0cb88fb20e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,7 +142,6 @@ void WriteBufferFromS3::createMultipartUpload()
throw Exception(outcome.GetError().GetMessage(), ErrorCodes::S3_ERROR);
}
void WriteBufferFromS3::writePart()
{
auto size = temporary_buffer->tellp();