You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by cw...@apache.org on 2020/03/19 01:00:55 UTC

[druid] branch master updated (b18dd2b -> 8387354)

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 b18dd2b  Ability to Delete task logs and segments from Azure Storage (#9523)
     add 8387354  Ability to Delete task logs and segments from Google Storage (#9519)

No new revisions were added by this update.

Summary of changes:
 .../storage/google/GoogleDataSegmentKiller.java    |  32 ++-
 .../druid/storage/google/GoogleTaskLogs.java       |  46 ++++-
 .../apache/druid/storage/google/GoogleUtils.java   |  39 ++++
 .../google/GoogleDataSegmentKillerTest.java        | 135 +++++++++++-
 .../druid/storage/google/GoogleTaskLogsTest.java   | 226 ++++++++++++++++++++-
 .../druid/storage/google/GoogleTestUtils.java      | 122 +++++++++++
 .../org/apache/druid/storage/s3/S3TaskLogs.java    |  13 +-
 .../java/org/apache/druid/storage/s3/S3Utils.java  |  11 +-
 8 files changed, 606 insertions(+), 18 deletions(-)
 create mode 100644 extensions-core/google-extensions/src/test/java/org/apache/druid/storage/google/GoogleTestUtils.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org