gavinchou opened a new pull request, #43037: URL: https://github.com/apache/doris/pull/43037
When the file data size is a multiple of config::s3_write_buffer_size, number of parts may exceed the actual number of parts that need to be uploaded. This is because it is incremented by 1 in advance within the S3FileWriter::appendv method. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
