This is an automated email from the ASF dual-hosted git repository. jlli pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from e4503a3 Support S3 with server side encryption mode aws:kms (#6565) add 503d0fe Update ADLSGen2PinotFS auth; Introduce unit tests (#6531) No new revisions were added by this update. Summary of changes: pinot-connectors/pinot-spark-connector/pom.xml | 2 +- .../v0_deprecated/pinot-spark/pom.xml | 2 +- pinot-plugins/pinot-file-system/pinot-adls/pom.xml | 38 +- .../pinot/plugin/filesystem/ADLSGen2PinotFS.java | 202 +++++++++-- .../datalake/store/MockADLFileInputStream.java | 94 ----- .../filesystem/test/ADLSGen2PinotFSTest.java | 395 +++++++++++++++++++++ .../plugin/filesystem/test/AzurePinotFSTest.java | 8 +- .../org.mockito.plugins.MockMaker | 4 + pinot-plugins/pinot-file-system/pinot-s3/pom.xml | 2 +- pom.xml | 4 +- 10 files changed, 612 insertions(+), 139 deletions(-) delete mode 100644 pinot-plugins/pinot-file-system/pinot-adls/src/test/java/com/microsoft/azure/datalake/store/MockADLFileInputStream.java create mode 100644 pinot-plugins/pinot-file-system/pinot-adls/src/test/java/org/apache/pinot/plugin/filesystem/test/ADLSGen2PinotFSTest.java create mode 100644 pinot-plugins/pinot-file-system/pinot-adls/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org