This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
from 88c901a5fc Update 'instances' API with ability to filter by tag (#12585) add 71cd29f93b Remove AzurePinotFS due to ADLSGen1 deprecation (#12601) No new revisions were added by this update. Summary of changes: pinot-plugins/pinot-file-system/pinot-adls/pom.xml | 21 +- .../pinot/plugin/filesystem/AzurePinotFS.java | 286 --------------------- .../plugin/filesystem/test/AzurePinotFSTest.java | 184 ------------- pom.xml | 8 - 4 files changed, 3 insertions(+), 496 deletions(-) delete mode 100644 pinot-plugins/pinot-file-system/pinot-adls/src/main/java/org/apache/pinot/plugin/filesystem/AzurePinotFS.java delete mode 100644 pinot-plugins/pinot-file-system/pinot-adls/src/test/java/org/apache/pinot/plugin/filesystem/test/AzurePinotFSTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org