Re: [PR] [Hotfix][Oss File Connector] fix oss connector can not run bug [seatunnel]

2023-12-19 Thread via GitHub
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

Re: [PR] [Hotfix][Oss File Connector] fix oss connector can not run bug [seatunnel]

2023-12-19 Thread via GitHub
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 - - -

Re: [PR] [Hotfix][Oss File Connector] fix oss connector can not run bug [seatunnel]

2023-12-19 Thread via GitHub
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 - - -

Re: [PR] [Hotfix][Oss File Connector] fix oss connector can not run bug [seatunnel]

2023-12-19 Thread via GitHub
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 - - -

Re: [PR] [Hotfix][Oss File Connector] fix oss connector can not run bug [seatunnel]

2023-12-19 Thread via GitHub
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 - - -

Re: [PR] [Hotfix][Oss File Connector] fix oss connector can not run bug [seatunnel]

2023-12-19 Thread via GitHub
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

Re: [PR] [Hotfix][Oss File Connector] fix oss connector can not run bug [seatunnel]

2023-12-19 Thread via GitHub
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

[PR] [Hotfix][Oss File Connector] fix oss connector can not run bug [seatunnel]

2023-12-14 Thread via GitHub
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?