hailin0 merged PR #6010:
URL: https://github.com/apache/seatunnel/pull/6010
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@seatunne
EricJoy2048 commented on code in PR #6010:
URL: https://github.com/apache/seatunnel/pull/6010#discussion_r1431302687
##
seatunnel-dist/pom.xml:
##
@@ -723,15 +748,6 @@
${project.version}
provided
-
-
-
EricJoy2048 commented on code in PR #6010:
URL: https://github.com/apache/seatunnel/pull/6010#discussion_r1431299837
##
seatunnel-dist/pom.xml:
##
@@ -723,15 +748,6 @@
${project.version}
provided
-
-
-
TyrantLucifer commented on code in PR #6010:
URL: https://github.com/apache/seatunnel/pull/6010#discussion_r1431288936
##
seatunnel-dist/pom.xml:
##
@@ -723,15 +748,6 @@
${project.version}
provided
-
-
-
hailin0 commented on code in PR #6010:
URL: https://github.com/apache/seatunnel/pull/6010#discussion_r1431248653
##
seatunnel-dist/pom.xml:
##
@@ -723,15 +748,6 @@
${project.version}
provided
-
-
-
EricJoy2048 commented on code in PR #6010:
URL: https://github.com/apache/seatunnel/pull/6010#discussion_r1431236746
##
docs/en/connector-v2/sink/OssFile.md:
##
@@ -22,61 +33,114 @@ By default, we use 2PC commit to ensure `exactly-once`
- [x] json
- [x] excel
-## Descrip
zhilinli123 commented on code in PR #6010:
URL: https://github.com/apache/seatunnel/pull/6010#discussion_r1431149607
##
docs/en/connector-v2/sink/OssFile.md:
##
@@ -22,61 +33,114 @@ By default, we use 2PC commit to ensure `exactly-once`
- [x] json
- [x] excel
-## Descrip
EricJoy2048 opened a new pull request, #6010:
URL: https://github.com/apache/seatunnel/pull/6010
### Purpose of this pull request
1. Improve jar dependency of oss file connector.
2. Improve oss connector document.
### Does this PR introduce _any_ user-facing change?