This is an automated email from the ASF dual-hosted git repository.
roman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from 4d4c3093354 [FLINK-39078] Disallow ON CONFLICT for non upsert sinks
(#27595)
add 3ed9951b14a [FLINK-38592] Add configurable property for file system
factories to allow loading multiple factories packaged in the image depending
on their priority for the same schema.
No new revisions were added by this update.
Summary of changes:
.../docs/deployment/filesystems/common.md | 20 +++
.../docs/deployment/filesystems/overview.md | 2 +
docs/content/docs/deployment/filesystems/common.md | 22 ++-
.../docs/deployment/filesystems/overview.md | 2 +
.../apache/flink/configuration/CoreOptions.java | 20 +++
.../java/org/apache/flink/core/fs/FileSystem.java | 69 +++++++++-
.../apache/flink/core/fs/FileSystemFactory.java | 9 ++
.../flink/core/fs/PluginFileSystemFactory.java | 13 +-
.../org/apache/flink/core/fs/FileSystemTest.java | 152 +++++++++++++++++++++
9 files changed, 305 insertions(+), 4 deletions(-)