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

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


    from 7f01dfa  [hotfix][python] Fix the bug of NPE in 
PythonCorrelateSplitRule
     new f857861  [FLINK-18562][fs] Upgrade hadoop to 3.3.1 - Needed for ABFS 
support
     new 0acac53  [FLINK-18562][fs] Adding ABFS support to access ADLS Gen2 
storage accounts

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/content/docs/deployment/filesystems/azure.md  | 43 ++++++++++++++++++++--
 .../docs/deployment/filesystems/overview.md        |  5 ++-
 .../java/org/apache/flink/core/fs/FileSystem.java  |  2 +
 .../flink/fs/azurefs/AbstractAzureFSFactory.java   | 28 +++++---------
 ...Factory.java => AzureBlobStorageFSFactory.java} | 10 ++++-
 ...y.java => AzureDataLakeStoreGen2FSFactory.java} | 14 +++++--
 ...y.java => SecureAzureBlobStorageFSFactory.java} | 10 ++++-
 ... => SecureAzureDataLakeStoreGen2FSFactory.java} | 14 +++++--
 .../src/main/resources/META-INF/NOTICE             | 15 ++++++--
 .../org.apache.flink.core.fs.FileSystemFactory     |  6 ++-
 ...est.java => AzureBlobStorageFSFactoryTest.java} |  6 ++-
 ...va => AzureDataLakeStoreGen2FSFactoryTest.java} | 33 ++++-------------
 .../src/main/resources/META-INF/NOTICE             | 35 ++++++++++++++----
 .../src/main/resources/META-INF/NOTICE             |  2 +-
 .../flink/fs/s3hadoop/HadoopS3AccessHelper.java    | 26 +++++++++++--
 .../src/main/resources/META-INF/NOTICE             | 38 +++++++++++++++----
 .../src/main/resources/META-INF/NOTICE             | 28 ++++++++++----
 flink-filesystems/pom.xml                          |  2 +-
 18 files changed, 225 insertions(+), 92 deletions(-)
 copy 
flink-filesystems/flink-azure-fs-hadoop/src/main/java/org/apache/flink/fs/azurefs/{AzureFSFactory.java
 => AzureBlobStorageFSFactory.java} (78%)
 copy 
flink-filesystems/flink-azure-fs-hadoop/src/main/java/org/apache/flink/fs/azurefs/{AzureFSFactory.java
 => AzureDataLakeStoreGen2FSFactory.java} (73%)
 rename 
flink-filesystems/flink-azure-fs-hadoop/src/main/java/org/apache/flink/fs/azurefs/{SecureAzureFSFactory.java
 => SecureAzureBlobStorageFSFactory.java} (78%)
 rename 
flink-filesystems/flink-azure-fs-hadoop/src/main/java/org/apache/flink/fs/azurefs/{AzureFSFactory.java
 => SecureAzureDataLakeStoreGen2FSFactory.java} (72%)
 copy 
flink-filesystems/flink-azure-fs-hadoop/src/test/java/org/apache/flink/fs/azurefs/{AzureFSFactoryTest.java
 => AzureBlobStorageFSFactoryTest.java} (93%)
 rename 
flink-filesystems/flink-azure-fs-hadoop/src/test/java/org/apache/flink/fs/azurefs/{AzureFSFactoryTest.java
 => AzureDataLakeStoreGen2FSFactoryTest.java} (67%)

Reply via email to