You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ja...@apache.org on 2022/02/25 22:49:06 UTC

[pinot] branch master updated (0ac5f1f -> 8d1fad9)

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

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


    from 0ac5f1f  Support identifying Gzipped files by content, and not file extention. (#8244)
     add 8d1fad9  add copy recursive API to pinotFS (#8200)

No new revisions were added by this update.

Summary of changes:
 .../realtime/PinotFSSegmentUploaderTest.java       |  2 +-
 ...rDownloadLLCRealtimeClusterIntegrationTest.java |  4 +--
 .../spark/SparkSegmentGenerationJobRunner.java     |  2 +-
 .../pinot/plugin/filesystem/ADLSGen2PinotFS.java   |  2 +-
 .../pinot/plugin/filesystem/AzurePinotFS.java      | 12 ++++---
 .../apache/pinot/plugin/filesystem/GcsPinotFS.java |  6 ++--
 .../pinot/plugin/filesystem/TestGcsPinotFS.java    |  2 +-
 .../pinot/plugin/filesystem/HadoopPinotFS.java     |  4 +--
 .../pinot/plugin/filesystem/HadoopPinotFSTest.java |  2 +-
 .../apache/pinot/plugin/filesystem/S3PinotFS.java  |  4 +--
 .../apache/pinot/spi/filesystem/BasePinotFS.java   |  7 ++++
 .../apache/pinot/spi/filesystem/LocalPinotFS.java  |  6 ++--
 .../org/apache/pinot/spi/filesystem/PinotFS.java   | 24 +++++++++++---
 .../pinot/spi/filesystem/LocalPinotFSTest.java     | 38 ++++++++++++++++++++++
 .../pinot/spi/filesystem/PinotFSFactoryTest.java   |  2 +-
 .../apache/pinot/spi/filesystem/PinotFSTest.java   |  2 +-
 16 files changed, 93 insertions(+), 26 deletions(-)

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