mirror of https://github.com/apache/druid.git
641f739a47
As part of #16481, we have started uploading the chunks in parallel. That means that it's not necessary for the part that finished uploading last to be less than or equal to the chunkSize (as the final part could've been uploaded earlier). This made a test in RetryableS3OutputStreamTest flaky where we were asserting that the final part should be smaller than chunk size. This commit fixes the test, and also adds another test where the file size is such that all chunk sizes would be of equal size. |
||
---|---|---|
.. | ||
src | ||
README.md | ||
pom.xml |
README.md
This extension provides an integration between Druid and S3. For more details read the S3 extension docs here.