You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by sn...@apache.org on 2020/03/17 01:33:02 UTC

[incubator-pinot] branch master updated (1376331 -> c81a656)

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

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


    from 1376331  [TE] Setup a test Github workflow for ThirdEye (#5158)
     add c81a656  Add Azure Data Lake Gen2 connector for PinotFS (#5116)

No new revisions were added by this update.

Summary of changes:
 pinot-plugins/pinot-file-system/pinot-adls/pom.xml |   6 +
 .../pinot/plugin/filesystem/AzureGen2PinotFS.java  | 462 +++++++++++++++++++++
 .../pinot/plugin/filesystem/AzurePinotFSUtil.java  |  89 ++++
 .../filesystem/test/AzurePinotFSUtilTest.java      | 101 +++++
 .../apache/pinot/plugin/filesystem/GcsPinotFS.java |   4 +-
 .../org/apache/pinot/spi/filesystem/PinotFS.java   |  16 +-
 .../pinot/spi/filesystem/LocalPinotFSTest.java     |   8 +
 pom.xml                                            |  45 +-
 8 files changed, 717 insertions(+), 14 deletions(-)
 create mode 100644 pinot-plugins/pinot-file-system/pinot-adls/src/main/java/org/apache/pinot/plugin/filesystem/AzureGen2PinotFS.java
 create mode 100644 pinot-plugins/pinot-file-system/pinot-adls/src/main/java/org/apache/pinot/plugin/filesystem/AzurePinotFSUtil.java
 create mode 100644 pinot-plugins/pinot-file-system/pinot-adls/src/test/java/org/apache/pinot/plugin/filesystem/test/AzurePinotFSUtilTest.java


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