This is an automated email from the ASF dual-hosted git repository.

cwylie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


    from 941766bae98 Fix flaky status removed test. (#18550)
     add 5d26ebb360c druid.storage.type=s3 now honors druid.storage.zip to 
allow storing segments in s3 without zip compression (#18544)

No new revisions were added by this update.

Summary of changes:
 docs/development/extensions-core/s3.md             |   1 +
 .../embedded/query/QueryVirtualStorageTest.java    |   1 +
 .../druid/storage/s3/S3DataSegmentKiller.java      |  53 +++++--
 .../druid/storage/s3/S3DataSegmentMover.java       |  79 ++++++----
 .../druid/storage/s3/S3DataSegmentPuller.java      |  86 +++++++----
 .../druid/storage/s3/S3DataSegmentPusher.java      |  90 ++++++++---
 .../storage/s3/S3DataSegmentPusherConfig.java      |   8 +
 .../java/org/apache/druid/storage/s3/S3Utils.java  |   7 +-
 .../druid/storage/s3/S3DataSegmentKillerTest.java  | 166 ++++++++++++++++++++-
 .../druid/storage/s3/S3DataSegmentPullerTest.java  |  71 +++++++++
 .../storage/s3/S3DataSegmentPusherConfigTest.java  |   6 +-
 .../druid/storage/s3/S3DataSegmentPusherTest.java  |  32 ++++
 12 files changed, 506 insertions(+), 94 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to