[GitHub] [incubator-seatunnel] qianmoQ opened a new pull request, #3658: [Feature][Connector-V2][JDBC] Add presto connector

2022-12-05 Thread GitBox
qianmoQ opened a new pull request, #3658: URL: https://github.com/apache/incubator-seatunnel/pull/3658 ## Purpose of this pull request ## Check list * [ ] Code changed are covered with tests, or it does not need tests for reason: * [ ] If any new Jar binary p

[GitHub] [incubator-seatunnel] stdnt-xiao commented on pull request #3640: [Feature][Connector-V2][Maxcompute] Add Maxcompute source & sink connector

2022-12-05 Thread GitBox
stdnt-xiao commented on PR #3640: URL: https://github.com/apache/incubator-seatunnel/pull/3640#issuecomment-1338898676 ![WX20221206-152347@2x](https://user-images.githubusercontent.com/20313983/205847431-f671ea76-5a0b-4b68-86cb-74b4ae95b2b3.png) -- This is an automated message from t

[GitHub] [incubator-seatunnel] wangsvip commented on issue #3638: [Bug] [connect-file-hadoop] hdfsfile sink Cannot output files to the specified directory

2022-12-05 Thread GitBox
wangsvip commented on issue #3638: URL: https://github.com/apache/incubator-seatunnel/issues/3638#issuecomment-1338894960 我也是,tidb导到hive 为空, 这个版本问题很多,官方文档写的还很乱,根本没法看,示例给的参数跟源码里给的都不一样,要想真正用起来你得看源码才行 -- This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [incubator-seatunnel] cason0126 commented on pull request #3383: [Feature][Connector V2] expose configurable options in Hudi

2022-12-05 Thread GitBox
cason0126 commented on PR #3383: URL: https://github.com/apache/incubator-seatunnel/pull/3383#issuecomment-1338864911 OK。Sorry about that. CS Setting does not including test source . I have fix it . -- This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [incubator-seatunnel] TaoZex closed issue #3604: [Improve][Connector-V2][DataHub] Refactor DataHub connector e2e test cases

2022-12-05 Thread GitBox
TaoZex closed issue #3604: [Improve][Connector-V2][DataHub] Refactor DataHub connector e2e test cases URL: https://github.com/apache/incubator-seatunnel/issues/3604 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-seatunnel] TaoZex closed issue #3573: [Discuss][HTTP Connector] Add specified field function for all HTTP connector

2022-12-05 Thread GitBox
TaoZex closed issue #3573: [Discuss][HTTP Connector] Add specified field function for all HTTP connector URL: https://github.com/apache/incubator-seatunnel/issues/3573 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[GitHub] [incubator-seatunnel] TaoZex commented on issue #3573: [Discuss][HTTP Connector] Add specified field function for all HTTP connector

2022-12-05 Thread GitBox
TaoZex commented on issue #3573: URL: https://github.com/apache/incubator-seatunnel/issues/3573#issuecomment-1338821194 Closed by https://github.com/apache/incubator-seatunnel/issues/3500 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-seatunnel] TaoZex closed issue #3571: [Improve][Formats] Unified exception for seatunnel formats module

2022-12-05 Thread GitBox
TaoZex closed issue #3571: [Improve][Formats] Unified exception for seatunnel formats module URL: https://github.com/apache/incubator-seatunnel/issues/3571 -- 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

[GitHub] [incubator-seatunnel] TaoZex commented on issue #3571: [Improve][Formats] Unified exception for seatunnel formats module

2022-12-05 Thread GitBox
TaoZex commented on issue #3571: URL: https://github.com/apache/incubator-seatunnel/issues/3571#issuecomment-1338820607 Closed by https://github.com/apache/incubator-seatunnel/pull/3572 -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [incubator-seatunnel] liugddx closed pull request #3467: [Feature][Deployment] add Helm for V2 connector

2022-12-05 Thread GitBox
liugddx closed pull request #3467: [Feature][Deployment] add Helm for V2 connector URL: https://github.com/apache/incubator-seatunnel/pull/3467 -- 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 sp

[GitHub] [incubator-seatunnel] TaoZex commented on a diff in pull request #3631: [Feature][Connector-V2][Doris] Add Doris StreamLoad sink connector

2022-12-05 Thread GitBox
TaoZex commented on code in PR #3631: URL: https://github.com/apache/incubator-seatunnel/pull/3631#discussion_r1040458103 ## seatunnel-connectors-v2/connector-doris/src/main/java/org/apache/seatunnel/connectors/doris/config/SinkConfig.java: ## @@ -0,0 +1,192 @@ +/* + * Licensed

[GitHub] [incubator-seatunnel] hailin0 commented on pull request #3656: [Improve][Connector-V2][ioTdb] Refactor ioTdb connector e2e test cases

2022-12-05 Thread GitBox
hailin0 commented on PR #3656: URL: https://github.com/apache/incubator-seatunnel/pull/3656#issuecomment-1338720657 Commit Message Titile:[Improve][Connector-V2][IoTdb] Move iotdb connector e2e testcase into `seatunnel-connector-v2-e2e` -- This is an automated message from the Apache Git

[GitHub] [incubator-seatunnel] TaoZex commented on a diff in pull request #3631: [Feature][Connector-V2][Doris] Add Doris StreamLoad sink connector

2022-12-05 Thread GitBox
TaoZex commented on code in PR #3631: URL: https://github.com/apache/incubator-seatunnel/pull/3631#discussion_r1040417491 ## seatunnel-connectors-v2/connector-doris/src/main/java/org/apache/seatunnel/connectors/doris/client/HttpHelper.java: ## @@ -0,0 +1,163 @@ +/* + * Licensed

[GitHub] [incubator-seatunnel] Carl-Zhou-CN commented on a diff in pull request #3656: [Improve][Connector-V2][ioTdb] Refactor ioTdb connector e2e test cases

2022-12-05 Thread GitBox
Carl-Zhou-CN commented on code in PR #3656: URL: https://github.com/apache/incubator-seatunnel/pull/3656#discussion_r1040413834 ## seatunnel-e2e/seatunnel-connector-v2-e2e/connector-iotdb-e2e/src/test/java/org/apache/seatunnel/e2e/connector/iotdb/IoTDBIT.java: ## @@ -53,7 +55,7

[GitHub] [incubator-seatunnel] hailin0 commented on a diff in pull request #3656: [Improve][Connector-V2][ioTdb] Refactor ioTdb connector e2e test cases

2022-12-05 Thread GitBox
hailin0 commented on code in PR #3656: URL: https://github.com/apache/incubator-seatunnel/pull/3656#discussion_r1040395893 ## seatunnel-e2e/seatunnel-connector-v2-e2e/connector-iotdb-e2e/src/test/java/org/apache/seatunnel/e2e/connector/iotdb/IoTDBIT.java: ## @@ -53,7 +55,7 @@

[GitHub] [incubator-seatunnel] EricJoy2048 commented on pull request #3383: [Feature][Connector V2] expose configurable options in Hudi

2022-12-05 Thread GitBox
EricJoy2048 commented on PR #3383: URL: https://github.com/apache/incubator-seatunnel/pull/3383#issuecomment-1338682622 fix code style please. -- 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

[GitHub] [incubator-seatunnel] TyrantLucifer commented on issue #3657: [OnlineMeeting&Dec6]SeaTunnel community meeting Topic collect

2022-12-05 Thread GitBox
TyrantLucifer commented on issue #3657: URL: https://github.com/apache/incubator-seatunnel/issues/3657#issuecomment-1338647587 2.3.1-beta release prepare -- 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 t

[incubator-seatunnel] branch dev updated: [Improve][Connector-V2][JDBC] Unified exception for JDBC source & sink (#3598)

2022-12-05 Thread tyrantlucifer
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/incubator-seatunnel.git The following commit(s) were added to refs/heads/dev by this push: new 865ca2bba [Improve][Connector-V2][

[GitHub] [incubator-seatunnel] TyrantLucifer merged pull request #3598: [Improve][Connector-V2][JDBC] Unified exception for JDBC source & sink

2022-12-05 Thread GitBox
TyrantLucifer merged PR #3598: URL: https://github.com/apache/incubator-seatunnel/pull/3598 -- 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-unsu

[GitHub] [incubator-seatunnel] TyrantLucifer closed issue #3556: [Improve][Connector-V2][JDBC] Unified exception for JDBC source & sink connector

2022-12-05 Thread GitBox
TyrantLucifer closed issue #3556: [Improve][Connector-V2][JDBC] Unified exception for JDBC source & sink connector URL: https://github.com/apache/incubator-seatunnel/issues/3556 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-seatunnel] EricJoy2048 commented on pull request #3625: [Improve][Connector-V2][File] Support split file based on batch size

2022-12-05 Thread GitBox
EricJoy2048 commented on PR #3625: URL: https://github.com/apache/incubator-seatunnel/pull/3625#issuecomment-1338642149 Please fix CI error. -- 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 s

[GitHub] [incubator-seatunnel] EricJoy2048 commented on pull request #3598: [Improve][Connector-V2][JDBC] Unified exception for JDBC source & sink

2022-12-05 Thread GitBox
EricJoy2048 commented on PR #3598: URL: https://github.com/apache/incubator-seatunnel/pull/3598#issuecomment-1338637838 @TyrantLucifer PTAL -- 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 s

[GitHub] [incubator-seatunnel] EricJoy2048 commented on pull request #3627: [Improve][Connector-V2][Http]Improve json parse option rule for all http connector

2022-12-05 Thread GitBox
EricJoy2048 commented on PR #3627: URL: https://github.com/apache/incubator-seatunnel/pull/3627#issuecomment-1338637555 @liugddx PTAL -- 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 specifi

[GitHub] [incubator-seatunnel] CalvinKirs opened a new issue, #3657: [OnlineMeeting&Dec6]SeaTunnel community meeting Topic collect

2022-12-05 Thread GitBox
CalvinKirs opened a new issue, #3657: URL: https://github.com/apache/incubator-seatunnel/issues/3657 CalvinKirs invites you to a meeting on Tencent Meeting Meeting Topic: SeaTunnel Community Meeting Time: 2022/12/06 20:00-20:30 (GMT+08:00) China Standard Time - Beijing Click the

[GitHub] [incubator-seatunnel] Carl-Zhou-CN commented on issue #3616: [Improve][Connector-V2][IotDB] Refactor IotDB connector e2e test cases

2022-12-05 Thread GitBox
Carl-Zhou-CN commented on issue #3616: URL: https://github.com/apache/incubator-seatunnel/issues/3616#issuecomment-1338632085 It's finished. Please help review it -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [incubator-seatunnel] Carl-Zhou-CN opened a new pull request, #3656: [Improve][Connector-V2][ioTdb] Refactor ioTdb connector e2e test cases

2022-12-05 Thread GitBox
Carl-Zhou-CN opened a new pull request, #3656: URL: https://github.com/apache/incubator-seatunnel/pull/3656 ## Purpose of this pull request ## Check list * [ ] Code changed are covered with tests, or it does not need tests for reason: * [ ] If any new Jar bin

[incubator-seatunnel] branch dev updated: [Connector][JDBC]Support Redshift sink and source (#3615)

2022-12-05 Thread gaojun2048
This is an automated email from the ASF dual-hosted git repository. gaojun2048 pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git The following commit(s) were added to refs/heads/dev by this push: new 8d9d8638d [Connector][JDBC]Support Re

[GitHub] [incubator-seatunnel] EricJoy2048 merged pull request #3615: [Connector][JDBC]Support Redshift sink and source

2022-12-05 Thread GitBox
EricJoy2048 merged PR #3615: URL: https://github.com/apache/incubator-seatunnel/pull/3615 -- 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-unsubs

[incubator-seatunnel] branch 2.3.1-prepare created (now 13a54b155)

2022-12-05 Thread tyrantlucifer
This is an automated email from the ASF dual-hosted git repository. tyrantlucifer pushed a change to branch 2.3.1-prepare in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git at 13a54b155 [maven-release-plugin] prepare for next development iteration No new revisions w

[GitHub] [incubator-seatunnel] TyrantLucifer commented on issue #3616: [Improve][Connector-V2][IotDB] Refactor IotDB connector e2e test cases

2022-12-05 Thread GitBox
TyrantLucifer commented on issue #3616: URL: https://github.com/apache/incubator-seatunnel/issues/3616#issuecomment-1338614786 How about the process of this work? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [incubator-seatunnel] TyrantLucifer commented on issue #3605: [Improve][Connector-V2][DataHub] Refactor DataHub connector e2e test cases

2022-12-05 Thread GitBox
TyrantLucifer commented on issue #3605: URL: https://github.com/apache/incubator-seatunnel/issues/3605#issuecomment-1338614539 How about the process of this work? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [incubator-seatunnel] TyrantLucifer commented on issue #3267: [Feature][starter][flink] Support transform-v2 for flink

2022-12-05 Thread GitBox
TyrantLucifer commented on issue #3267: URL: https://github.com/apache/incubator-seatunnel/issues/3267#issuecomment-1338614058 reopened. -- 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 speci

[incubator-seatunnel] branch dev updated: [Improve][ST-Engine] Improve log output (#3651)

2022-12-05 Thread tyrantlucifer
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/incubator-seatunnel.git The following commit(s) were added to refs/heads/dev by this push: new 0b1bdb745 [Improve][ST-Engine] Imp

[GitHub] [incubator-seatunnel] TyrantLucifer merged pull request #3651: [Improve][ST Engine] improve log output

2022-12-05 Thread GitBox
TyrantLucifer merged PR #3651: URL: https://github.com/apache/incubator-seatunnel/pull/3651 -- 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-unsu

[GitHub] [incubator-seatunnel] TyrantLucifer commented on a diff in pull request #3631: [Feature][Connector-V2][Doris] Add Doris StreamLoad sink connector

2022-12-05 Thread GitBox
TyrantLucifer commented on code in PR #3631: URL: https://github.com/apache/incubator-seatunnel/pull/3631#discussion_r1040321871 ## seatunnel-connectors-v2/connector-doris/src/main/java/org/apache/seatunnel/connectors/doris/client/DorisSinkManager.java: ## @@ -0,0 +1,161 @@ +/*

[GitHub] [incubator-seatunnel] TyrantLucifer commented on a diff in pull request #3631: [Feature][Connector-V2][Doris] Add Doris StreamLoad sink connector

2022-12-05 Thread GitBox
TyrantLucifer commented on code in PR #3631: URL: https://github.com/apache/incubator-seatunnel/pull/3631#discussion_r1040321871 ## seatunnel-connectors-v2/connector-doris/src/main/java/org/apache/seatunnel/connectors/doris/client/DorisSinkManager.java: ## @@ -0,0 +1,161 @@ +/*

[GitHub] [incubator-seatunnel] TyrantLucifer commented on a diff in pull request #3631: [Feature][Connector-V2][Doris] Add Doris StreamLoad sink connector

2022-12-05 Thread GitBox
TyrantLucifer commented on code in PR #3631: URL: https://github.com/apache/incubator-seatunnel/pull/3631#discussion_r1040308138 ## seatunnel-connectors-v2/connector-doris/src/main/java/org/apache/seatunnel/connectors/doris/client/DorisSinkManager.java: ## @@ -0,0 +1,161 @@ +/*

[GitHub] [incubator-seatunnel] TyrantLucifer commented on a diff in pull request #3631: [Feature][Connector-V2][Doris] Add Doris StreamLoad sink connector

2022-12-05 Thread GitBox
TyrantLucifer commented on code in PR #3631: URL: https://github.com/apache/incubator-seatunnel/pull/3631#discussion_r1040304591 ## seatunnel-connectors-v2/connector-doris/src/main/java/org/apache/seatunnel/connectors/doris/config/SinkConfig.java: ## @@ -0,0 +1,192 @@ +/* + * L

[incubator-seatunnel] branch dependabot/maven/seatunnel-connectors-v2/connector-file/connector-file-base/commons-net-commons-net-3.9.0 created (now 96ac19cea)

2022-12-05 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/seatunnel-connectors-v2/connector-file/connector-file-base/commons-net-commons-net-3.9.0 in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git at 9

[GitHub] [incubator-seatunnel] dependabot[bot] opened a new pull request, #3655: Bump commons-net from 3.6 to 3.9.0 in /seatunnel-connectors-v2/connector-file/connector-file-base

2022-12-05 Thread GitBox
dependabot[bot] opened a new pull request, #3655: URL: https://github.com/apache/incubator-seatunnel/pull/3655 Bumps commons-net from 3.6 to 3.9.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-net:com

[GitHub] [incubator-seatunnel] github-actions[bot] commented on issue #3267: [Feature][starter][flink] Support transform-v2 for flink

2022-12-05 Thread GitBox
github-actions[bot] commented on issue #3267: URL: https://github.com/apache/incubator-seatunnel/issues/3267#issuecomment-1338476081 This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity

[GitHub] [incubator-seatunnel] EricJoy2048 commented on a diff in pull request #3460: [Feature][Connector-V2][Persistiq]Add Persistiq source connector

2022-12-05 Thread GitBox
EricJoy2048 commented on code in PR #3460: URL: https://github.com/apache/incubator-seatunnel/pull/3460#discussion_r1039807666 ## seatunnel-connectors-v2/connector-http/connector-http-persistiq/src/main/java/org/apache/seatunnel/connectors/seatunnel/persistiq/source/PersistiqSourceFact

[GitHub] [incubator-seatunnel] EricJoy2048 commented on pull request #3637: [WIP][Feature][ST-Engine] Support engine restart job information will not be lost

2022-12-05 Thread GitBox
EricJoy2048 commented on PR #3637: URL: https://github.com/apache/incubator-seatunnel/pull/3637#issuecomment-1337649719 Please add test case like https://github.com/apache/incubator-seatunnel/pull/3503/files. @TaoZex I think you can `Disable` the test case in https://github.com/apache/

[GitHub] [incubator-seatunnel] EricJoy2048 commented on pull request #3637: [WIP][Feature][ST-Engine] Support engine restart job information will not be lost

2022-12-05 Thread GitBox
EricJoy2048 commented on PR #3637: URL: https://github.com/apache/incubator-seatunnel/pull/3637#issuecomment-1337642363 Please fix dead links by merge code from dev. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [incubator-seatunnel] EricJoy2048 commented on pull request #3625: [Improve][Connector-V2][File] Support split file based on batch size

2022-12-05 Thread GitBox
EricJoy2048 commented on PR #3625: URL: https://github.com/apache/incubator-seatunnel/pull/3625#issuecomment-1337640074 You can fix the dead link ci failed by merge code from dev. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [incubator-seatunnel] EricJoy2048 commented on pull request #3627: [Improve][Connector-V2][Http]Improve json parse option rule for all http connector

2022-12-05 Thread GitBox
EricJoy2048 commented on PR #3627: URL: https://github.com/apache/incubator-seatunnel/pull/3627#issuecomment-1337637787 > > I see we need update all connectors base on http connector when the http connector add some parameters? Can we optimize the code? > > I have tried to optimize t

[incubator-seatunnel] branch dev updated: [Improve][Connector-V2][ElasticSearch] Refactor ElasticSearch connector e2e test cases (#3613)

2022-12-05 Thread gaojun2048
This is an automated email from the ASF dual-hosted git repository. gaojun2048 pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git The following commit(s) were added to refs/heads/dev by this push: new 35c020fcb [Improve][Connector-V2][Ela

[GitHub] [incubator-seatunnel] EricJoy2048 merged pull request #3613: [Improve][Connector-V2][ElasticSearch] Refactor ElasticSearch connector e2e test cases

2022-12-05 Thread GitBox
EricJoy2048 merged PR #3613: URL: https://github.com/apache/incubator-seatunnel/pull/3613 -- 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-unsubs

[GitHub] [incubator-seatunnel] EricJoy2048 closed issue #3606: [Improve][Connector-V2][ElasticSearch] Refactor ElasticSearch connector e2e test cases

2022-12-05 Thread GitBox
EricJoy2048 closed issue #3606: [Improve][Connector-V2][ElasticSearch] Refactor ElasticSearch connector e2e test cases URL: https://github.com/apache/incubator-seatunnel/issues/3606 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-seatunnel] EricJoy2048 commented on a diff in pull request #3640: [Feature][Connector-V2][Maxcompute] Add Maxcompute source & sink connector

2022-12-05 Thread GitBox
EricJoy2048 commented on code in PR #3640: URL: https://github.com/apache/incubator-seatunnel/pull/3640#discussion_r1039690923 ## seatunnel-connectors-v2/connector-maxcompute/src/main/java/org/apache/seatunnel/connectors/seatunnel/maxcompute/sink/MaxcomputeSinkFactory.java: ##

[GitHub] [incubator-seatunnel] TaoZex commented on a diff in pull request #3631: [Feature][Connector-V2][Doris] Add Doris StreamLoad sink connector

2022-12-05 Thread GitBox
TaoZex commented on code in PR #3631: URL: https://github.com/apache/incubator-seatunnel/pull/3631#discussion_r1039711096 ## seatunnel-connectors-v2/connector-doris/src/main/java/org/apache/seatunnel/connectors/doris/client/DorisSinkManager.java: ## @@ -0,0 +1,161 @@ +/* + * Li

[GitHub] [incubator-seatunnel] EricJoy2048 commented on a diff in pull request #3640: [Feature][Connector-V2][Maxcompute] Add Maxcompute source & sink connector

2022-12-05 Thread GitBox
EricJoy2048 commented on code in PR #3640: URL: https://github.com/apache/incubator-seatunnel/pull/3640#discussion_r1039675210 ## docs/en/connector-v2/sink/Maxcompute.md: ## @@ -0,0 +1,80 @@ +# Maxcompute + +> Maxcompute sink connector + +## Description + +Used to read data fro

[GitHub] [incubator-seatunnel] hailin0 opened a new pull request, #3653: [feature][connector-v2][clickhouse] Support write cdc changelog event in clickhouse sink

2022-12-05 Thread GitBox
hailin0 opened a new pull request, #3653: URL: https://github.com/apache/incubator-seatunnel/pull/3653 ## Purpose of this pull request MergeTree Table Engine: - Support enable `allowExperimentalLightweightDelete` setting - CDC Events: - INSERT: INSERT INTO SQL

[GitHub] [incubator-seatunnel] Hisoka-X closed pull request #3416: [Connector-V2] [Clickhouse] Improve Clickhouse File Connector

2022-12-05 Thread GitBox
Hisoka-X closed pull request #3416: [Connector-V2] [Clickhouse] Improve Clickhouse File Connector URL: https://github.com/apache/incubator-seatunnel/pull/3416 -- 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

[GitHub] [incubator-seatunnel] hailin0 opened a new issue, #3652: [Feature][CDC] Support RowKind(DELETE/UPDATE_BEFORE/UPDATE_AFTER) data row in Clickhouse sink

2022-12-05 Thread GitBox
hailin0 opened a new issue, #3652: URL: https://github.com/apache/incubator-seatunnel/issues/3652 ### Search before asking - [X] I had searched in the [feature](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requi

[GitHub] [incubator-seatunnel] EricJoy2048 commented on pull request #3598: [Improve][Connector-V2][JDBC] Unified exception for JDBC source & sink

2022-12-05 Thread GitBox
EricJoy2048 commented on PR #3598: URL: https://github.com/apache/incubator-seatunnel/pull/3598#issuecomment-1337465620 Please merge branch dev. -- 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 t

[GitHub] [incubator-seatunnel] TaoZex commented on a diff in pull request #3631: [Feature][Connector-V2][Doris] Add Doris StreamLoad sink connector

2022-12-05 Thread GitBox
TaoZex commented on code in PR #3631: URL: https://github.com/apache/incubator-seatunnel/pull/3631#discussion_r1039665982 ## seatunnel-connectors-v2/connector-doris/src/main/java/org/apache/seatunnel/connectors/doris/client/DorisSinkManager.java: ## @@ -0,0 +1,161 @@ +/* + * Li

[GitHub] [incubator-seatunnel] TaoZex commented on a diff in pull request #3631: [Feature][Connector-V2][Doris] Add Doris StreamLoad sink connector

2022-12-05 Thread GitBox
TaoZex commented on code in PR #3631: URL: https://github.com/apache/incubator-seatunnel/pull/3631#discussion_r1039652433 ## seatunnel-connectors-v2/connector-doris/src/main/java/org/apache/seatunnel/connectors/doris/config/SinkConfig.java: ## @@ -0,0 +1,192 @@ +/* + * Licensed

[incubator-seatunnel] branch dev updated (be46efcb7 -> 5e4983206)

2022-12-05 Thread gaojun2048
This is an automated email from the ASF dual-hosted git repository. gaojun2048 pushed a change to branch dev in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git from be46efcb7 [Improve][core] A little bit of daydream. The method of overriding the parent class does not

[GitHub] [incubator-seatunnel] EricJoy2048 merged pull request #3624: [Hotfix] [seatunnel-connectors-v2] [connector-http] Http connector json parse error

2022-12-05 Thread GitBox
EricJoy2048 merged PR #3624: URL: https://github.com/apache/incubator-seatunnel/pull/3624 -- 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-unsubs

[GitHub] [incubator-seatunnel] TaoZex commented on a diff in pull request #3631: [Feature][Connector-V2][Doris] Add Doris StreamLoad sink connector

2022-12-05 Thread GitBox
TaoZex commented on code in PR #3631: URL: https://github.com/apache/incubator-seatunnel/pull/3631#discussion_r1039656061 ## seatunnel-connectors-v2/connector-doris/src/main/java/org/apache/seatunnel/connectors/doris/client/DorisFlushTuple.java: ## @@ -0,0 +1,33 @@ +/* + * Lice

[GitHub] [incubator-seatunnel] TaoZex commented on a diff in pull request #3631: [Feature][Connector-V2][Doris] Add Doris StreamLoad sink connector

2022-12-05 Thread GitBox
TaoZex commented on code in PR #3631: URL: https://github.com/apache/incubator-seatunnel/pull/3631#discussion_r1039655544 ## seatunnel-connectors-v2/connector-doris/src/main/java/org/apache/seatunnel/connectors/doris/client/DorisSinkManager.java: ## @@ -0,0 +1,161 @@ +/* + * Li

[GitHub] [incubator-seatunnel] TaoZex commented on a diff in pull request #3631: [Feature][Connector-V2][Doris] Add Doris StreamLoad sink connector

2022-12-05 Thread GitBox
TaoZex commented on code in PR #3631: URL: https://github.com/apache/incubator-seatunnel/pull/3631#discussion_r1039654833 ## seatunnel-connectors-v2/connector-doris/src/main/java/org/apache/seatunnel/connectors/doris/client/DorisSinkManager.java: ## @@ -0,0 +1,161 @@ +/* + * Li

[GitHub] [incubator-seatunnel] TaoZex commented on a diff in pull request #3631: [Feature][Connector-V2][Doris] Add Doris StreamLoad sink connector

2022-12-05 Thread GitBox
TaoZex commented on code in PR #3631: URL: https://github.com/apache/incubator-seatunnel/pull/3631#discussion_r1039654074 ## seatunnel-connectors-v2/connector-doris/src/main/java/org/apache/seatunnel/connectors/doris/client/HttpHelper.java: ## @@ -0,0 +1,163 @@ +/* + * Licensed

[GitHub] [incubator-seatunnel] TaoZex commented on a diff in pull request #3631: [Feature][Connector-V2][Doris] Add Doris StreamLoad sink connector

2022-12-05 Thread GitBox
TaoZex commented on code in PR #3631: URL: https://github.com/apache/incubator-seatunnel/pull/3631#discussion_r1039652433 ## seatunnel-connectors-v2/connector-doris/src/main/java/org/apache/seatunnel/connectors/doris/config/SinkConfig.java: ## @@ -0,0 +1,192 @@ +/* + * Licensed

[incubator-seatunnel] branch dev updated: [Improve][core] A little bit of daydream. The method of overriding the parent class does not write @ Override (#3612)

2022-12-05 Thread gaojun2048
This is an automated email from the ASF dual-hosted git repository. gaojun2048 pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git The following commit(s) were added to refs/heads/dev by this push: new be46efcb7 [Improve][core] A little bi

[GitHub] [incubator-seatunnel] EricJoy2048 merged pull request #3612: [Improve][core] A little bit of daydream. The method of overriding th…

2022-12-05 Thread GitBox
EricJoy2048 merged PR #3612: URL: https://github.com/apache/incubator-seatunnel/pull/3612 -- 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-unsubs

[GitHub] [incubator-seatunnel] TaoZex commented on a diff in pull request #3651: [Improve][ST Engine] improve log output

2022-12-05 Thread GitBox
TaoZex commented on code in PR #3651: URL: https://github.com/apache/incubator-seatunnel/pull/3651#discussion_r1039648160 ## seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/dag/physical/PhysicalVertex.java: ## @@ -329,7 +344,8 @@ privat

[incubator-seatunnel] branch dev updated: [Improve][ST Engine] improve engine client api name (#3644)

2022-12-05 Thread ic4y
This is an automated email from the ASF dual-hosted git repository. ic4y pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git The following commit(s) were added to refs/heads/dev by this push: new 660a19efd [Improve][ST Engine] improve engi

[GitHub] [incubator-seatunnel] ic4y merged pull request #3644: [Improve][ST Engine] improve engine client api name

2022-12-05 Thread GitBox
ic4y merged PR #3644: URL: https://github.com/apache/incubator-seatunnel/pull/3644 -- 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...@s

[GitHub] [incubator-seatunnel] EricJoy2048 commented on a diff in pull request #3625: [Improve][Connector-V2][File] Support split file based on batch size

2022-12-05 Thread GitBox
EricJoy2048 commented on code in PR #3625: URL: https://github.com/apache/incubator-seatunnel/pull/3625#discussion_r1039613754 ## docs/en/connector-v2/sink/FtpFile.md: ## @@ -127,6 +128,10 @@ Please note that, If `is_enable_transaction` is `true`, we will auto add `${tran O

[GitHub] [incubator-seatunnel] TaoZex closed pull request #3648: [Hotfix] Fix dead link

2022-12-05 Thread GitBox
TaoZex closed pull request #3648: [Hotfix] Fix dead link URL: https://github.com/apache/incubator-seatunnel/pull/3648 -- 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 unsubsc

[GitHub] [incubator-seatunnel] TaoZex commented on pull request #3648: [Hotfix] Fix dead link

2022-12-05 Thread GitBox
TaoZex commented on PR #3648: URL: https://github.com/apache/incubator-seatunnel/pull/3648#issuecomment-1337345779 Finished by https://github.com/apache/incubator-seatunnel/pull/3644 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [incubator-seatunnel] hanwei996 commented on issue #2355: [Bug] [seatunnel-connectors] kafka source ClassCastException: com.fasterxml.jackson.databind.node.ObjectNode cannot be cast to com.f

2022-12-05 Thread GitBox
hanwei996 commented on issue #2355: URL: https://github.com/apache/incubator-seatunnel/issues/2355#issuecomment-1337304611 > i have a same problem Use the new version to fix the problem -- This is an automated message from the Apache Git Service. To respond to the message, plea

[incubator-seatunnel] branch dev updated: [Improve][Connector-V2][StarRocks] Unified exception for StarRocks source and sink (#3593)

2022-12-05 Thread tyrantlucifer
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/incubator-seatunnel.git The following commit(s) were added to refs/heads/dev by this push: new 612d0297a [Improve][Connector-V2][

[GitHub] [incubator-seatunnel] TyrantLucifer merged pull request #3593: [Improve][Connector-V2][StarRocks] Unified exception for StarRocks so…

2022-12-05 Thread GitBox
TyrantLucifer merged PR #3593: URL: https://github.com/apache/incubator-seatunnel/pull/3593 -- 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-unsu

[GitHub] [incubator-seatunnel] CalvinKirs closed pull request #3650: Update about.md

2022-12-05 Thread GitBox
CalvinKirs closed pull request #3650: Update about.md URL: https://github.com/apache/incubator-seatunnel/pull/3650 -- 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 unsubscrib

[incubator-seatunnel] branch CalvinKirs-patch-1 updated (d8d0a33ba -> 2e0ad1f75)

2022-12-05 Thread kirs
This is an automated email from the ASF dual-hosted git repository. kirs pushed a change to branch CalvinKirs-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git from d8d0a33ba Update about.md add 2e0ad1f75 Update about.md No new revisions were added by th

[incubator-seatunnel] 01/01: Update about.md

2022-12-05 Thread kirs
This is an automated email from the ASF dual-hosted git repository. kirs pushed a commit to branch CalvinKirs-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git commit d8d0a33bae95e43b7de53514df71dda8d8259918 Author: Kirs AuthorDate: Mon Dec 5 18:06:30 2022 +0800

[incubator-seatunnel] branch CalvinKirs-patch-1 created (now d8d0a33ba)

2022-12-05 Thread kirs
This is an automated email from the ASF dual-hosted git repository. kirs pushed a change to branch CalvinKirs-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git at d8d0a33ba Update about.md This branch includes the following new commits: new d8d0a33ba

[GitHub] [incubator-seatunnel] EricJoy2048 commented on a diff in pull request #3649: [Engine] [CLIENT] Support Get Job Information from client

2022-12-05 Thread GitBox
EricJoy2048 commented on code in PR #3649: URL: https://github.com/apache/incubator-seatunnel/pull/3649#discussion_r1039388214 ## seatunnel-engine/seatunnel-engine-core/src/main/java/org/apache/seatunnel/engine/core/protocol/codec/SeaTunnelGetJobInfoCodec.java: ## @@ -0,0 +1,95

[GitHub] [incubator-seatunnel] Hisoka-X commented on a diff in pull request #3649: [Engine] [CLIENT] Support Get Job Information from client

2022-12-05 Thread GitBox
Hisoka-X commented on code in PR #3649: URL: https://github.com/apache/incubator-seatunnel/pull/3649#discussion_r1039366792 ## seatunnel-engine/seatunnel-engine-core/src/main/java/org/apache/seatunnel/engine/core/protocol/codec/SeaTunnelGetJobInfoCodec.java: ## @@ -0,0 +1,95 @@

[GitHub] [incubator-seatunnel] EricJoy2048 commented on a diff in pull request #3649: [Engine] [CLIENT] Support Get Job Information from client

2022-12-05 Thread GitBox
EricJoy2048 commented on code in PR #3649: URL: https://github.com/apache/incubator-seatunnel/pull/3649#discussion_r1039358624 ## seatunnel-engine/seatunnel-engine-core/src/main/java/org/apache/seatunnel/engine/core/protocol/codec/SeaTunnelGetJobInfoCodec.java: ## @@ -0,0 +1,95

[GitHub] [incubator-seatunnel] Hisoka-X merged pull request #3579: [Improve][Connector-V2][StarRocks] Delete the Mapper may not be used

2022-12-05 Thread GitBox
Hisoka-X merged PR #3579: URL: https://github.com/apache/incubator-seatunnel/pull/3579 -- 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.

[incubator-seatunnel] branch dev updated: [Improve][Connector-V2][StarRocks] Delete the Mapper may not be used (#3579)

2022-12-05 Thread fanjia
This is an automated email from the ASF dual-hosted git repository. fanjia pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git The following commit(s) were added to refs/heads/dev by this push: new 1e868ecf2 [Improve][Connector-V2][StarRoc

[GitHub] [incubator-seatunnel] CalvinKirs merged pull request #3647: [Doc][Improve] Add SeaTunnel architecture diagram image

2022-12-05 Thread GitBox
CalvinKirs merged PR #3647: URL: https://github.com/apache/incubator-seatunnel/pull/3647 -- 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-unsubsc

[incubator-seatunnel] branch dev updated: [Doc][Improve] Add SeaTunnel architecture diagram image (#3647)

2022-12-05 Thread kirs
This is an automated email from the ASF dual-hosted git repository. kirs pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git The following commit(s) were added to refs/heads/dev by this push: new 7f86c9471 [Doc][Improve] Add SeaTunnel arch

[GitHub] [incubator-seatunnel] CalvinKirs commented on a diff in pull request #3647: [Doc][Improve] Add SeaTunnel architecture diagram image

2022-12-05 Thread GitBox
CalvinKirs commented on code in PR #3647: URL: https://github.com/apache/incubator-seatunnel/pull/3647#discussion_r1039326588 ## docs/en/about.md: ## @@ -35,6 +35,8 @@ SeaTunnel focuses on data integration and data synchronization, and is mainly de ## SeaTunnel work flowcha

[GitHub] [incubator-seatunnel] Hisoka-X opened a new pull request, #3649: [Engine] [CLIENT] Support Get Job Information from client

2022-12-05 Thread GitBox
Hisoka-X opened a new pull request, #3649: URL: https://github.com/apache/incubator-seatunnel/pull/3649 ## Purpose of this pull request ## Check list * [ ] Code changed are covered with tests, or it does not need tests for reason: * [ ] If any new Jar binary

[GitHub] [incubator-seatunnel] TaoZex closed pull request #3648: [Hotfix] Fix dead link

2022-12-05 Thread GitBox
TaoZex closed pull request #3648: [Hotfix] Fix dead link URL: https://github.com/apache/incubator-seatunnel/pull/3648 -- 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 unsubsc

[GitHub] [incubator-seatunnel] TaoZex opened a new pull request, #3648: [Hotfix] Fix dead link

2022-12-05 Thread GitBox
TaoZex opened a new pull request, #3648: URL: https://github.com/apache/incubator-seatunnel/pull/3648 ## Purpose of this pull request Fix dead link ## Check list * [ ] Code changed are covered with tests, or it does not need tests for reason: * [ ] If any new

[GitHub] [incubator-seatunnel] EricJoy2048 closed pull request #3646: [Doc][Improve] Add Software architecture diagram to SeaTunnel Readme

2022-12-05 Thread GitBox
EricJoy2048 closed pull request #3646: [Doc][Improve] Add Software architecture diagram to SeaTunnel Readme URL: https://github.com/apache/incubator-seatunnel/pull/3646 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the