This is an automated email from the ASF dual-hosted git repository.
tyrantlucifer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new 7b6be590e [Hotfix][Connector-V2][JindoOssFile] Fix
plugin-mapping.properties (#5215)
7b6be590e is described below
commit 7b6be590e118c3eb08d9cb1bb48cdb0a89f65483
Author: Volodymyr <[email protected]>
AuthorDate: Thu Aug 3 18:12:05 2023 +0800
[Hotfix][Connector-V2][JindoOssFile] Fix plugin-mapping.properties (#5215)
Co-authored-by: tyrantlucifer <[email protected]>
---
plugin-mapping.properties | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/plugin-mapping.properties b/plugin-mapping.properties
index a1c4e40fb..551da2c7c 100644
--- a/plugin-mapping.properties
+++ b/plugin-mapping.properties
@@ -47,8 +47,8 @@ seatunnel.source.LocalFile = connector-file-local
seatunnel.sink.LocalFile = connector-file-local
seatunnel.source.OssFile = connector-file-oss
seatunnel.sink.OssFile = connector-file-oss
-seatunnel.source.OssJindoFile = connector-file-oss-jindo
-seatunnel.sink.OssJindoFile = connector-file-oss-jindo
+seatunnel.source.OssJindoFile = connector-file-jindo-oss
+seatunnel.sink.OssJindoFile = connector-file-jindo-oss
seatunnel.source.CosFile = connector-file-cos
seatunnel.sink.CosFile = connector-file-cos
seatunnel.source.Pulsar = connector-pulsar