You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by pj...@apache.org on 2021/03/29 20:14:16 UTC

[druid] branch master updated (74ae2eb -> 2fdc313)

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

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


    from 74ae2eb  Fix Integration Tests (#11046)
     add 2fdc313  GCS lookup support (#11026)

No new revisions were added by this update.

Summary of changes:
 .../extensions-core/lookups-cached-global.md       |  4 +-
 .../input/google/GoogleCloudStorageEntity.java     |  3 +-
 .../google/GoogleCloudStorageInputSource.java      |  5 +-
 .../storage/google/GoogleDataSegmentPuller.java    |  2 +-
 .../storage/google/GoogleStorageDruidModule.java   |  9 ++-
 .../google/GoogleTimestampVersionedDataFinder.java | 78 +++++++++++++++++++++
 .../apache/druid/storage/google/GoogleUtils.java   | 19 ++++-
 .../GoogleTimestampVersionedDataFinderTest.java    | 81 ++++++++++++++++++++++
 .../storage/google/ObjectStorageIteratorTest.java  |  4 +-
 9 files changed, 192 insertions(+), 13 deletions(-)
 create mode 100644 extensions-core/google-extensions/src/main/java/org/apache/druid/storage/google/GoogleTimestampVersionedDataFinder.java
 create mode 100644 extensions-core/google-extensions/src/test/java/org/apache/druid/storage/google/GoogleTimestampVersionedDataFinderTest.java

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