[GitHub] [incubator-seatunnel] Hisoka-X commented on issue #3302: [Feature][Http Sink] save response body to somewhere else

2022-11-08 Thread GitBox
Hisoka-X commented on issue #3302: URL: https://github.com/apache/incubator-seatunnel/issues/3302#issuecomment-1308351321 Maybe you can use HTTP source to do that. -- 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] Hisoka-X commented on issue #3303: [Bug] [hive-connector] ERROR commit.FileSinkAggregatedCommitter: commit aggregatedCommitInfo error java.lang.NullPointerException

2022-11-08 Thread GitBox
Hisoka-X commented on issue #3303: URL: https://github.com/apache/incubator-seatunnel/issues/3303#issuecomment-1308348153 @TyrantLucifer Hi, PTAL. Thanks! -- 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] Hisoka-X commented on a diff in pull request #3045: [Improve][Core][Exceptiom Management] Add Exception Management API & Unified Exception in API Module

2022-11-08 Thread GitBox
Hisoka-X commented on code in PR #3045: URL: https://github.com/apache/incubator-seatunnel/pull/3045#discussion_r1017546797 ## seatunnel-common/src/main/java/org/apache/seatunnel/common/exception/CommonErrorCode.java: ## @@ -0,0 +1,52 @@ +/* + * Licensed to the Apache Software

[GitHub] [incubator-seatunnel] Hisoka-X opened a new pull request, #3343: [Connector-V2] [Doc] Add TableSourceFactory and TableSinkFactory Doc

2022-11-08 Thread GitBox
Hisoka-X opened a new pull request, #3343: URL: https://github.com/apache/incubator-seatunnel/pull/3343 ## 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] hailin0 commented on pull request #3341: [Feature][Connector V2] expose configurable options in Pulsar

2022-11-08 Thread GitBox
hailin0 commented on PR #3341: URL: https://github.com/apache/incubator-seatunnel/pull/3341#issuecomment-1308324304 https://user-images.githubusercontent.com/14371345/200765097-ffedd61a-2af6-4fce-89c2-5ae9879302e2.png";> -- This is an automated message from the Apache Git Service.

[GitHub] [incubator-seatunnel] EricJoy2048 opened a new pull request, #3341: [Feature][Connector V2] expose configurable options in Pulsar

2022-11-08 Thread GitBox
EricJoy2048 opened a new pull request, #3341: URL: https://github.com/apache/incubator-seatunnel/pull/3341 subtask of https://github.com/apache/incubator-seatunnel/issues/3337 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [incubator-seatunnel] hailin0 commented on pull request #3338: [Connector-V2] [E2E] Add missed ElasticSearch E2E module.

2022-11-08 Thread GitBox
hailin0 commented on PR #3338: URL: https://github.com/apache/incubator-seatunnel/pull/3338#issuecomment-1308289170 LGTM -- 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

[GitHub] [incubator-seatunnel] hailin0 commented on pull request #3340: [Improve][Connector-V2][Http] Add e2e testcase

2022-11-08 Thread GitBox
hailin0 commented on PR #3340: URL: https://github.com/apache/incubator-seatunnel/pull/3340#issuecomment-1308284693 @EricJoy2048 @Hisoka-X @TyrantLucifer thx. PTAL -- 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] TyrantLucifer commented on issue #3339: [Improve][Connector-V2][HTTP] Improve HTTP responce parse format

2022-11-08 Thread GitBox
TyrantLucifer commented on issue #3339: URL: https://github.com/apache/incubator-seatunnel/issues/3339#issuecomment-1308260409 schema { obejct = string id = string name = string avatar_url = string type = string bot { owner { type = string

[GitHub] [incubator-seatunnel] Carl-Zhou-CN commented on issue #3337: [Feature][API & Connector V2] Implement Factory to expose configurable options

2022-11-08 Thread GitBox
Carl-Zhou-CN commented on issue #3337: URL: https://github.com/apache/incubator-seatunnel/issues/3337#issuecomment-1308252868 > > Please assign kudu,Pulsar connectors to me. Thanks > > I am working for pulsar, I will assign kudu to you. Ok, thank you -- This is an automated

[incubator-seatunnel] branch dev updated: add changed log for kafka source (#3329)

2022-11-08 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 a1f6fc926 add changed log for kafka sourc

[GitHub] [incubator-seatunnel] Hisoka-X merged pull request #3329: [Doc][Kafka Source V2] add changed log for kafka source

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

[GitHub] [incubator-seatunnel] EricJoy2048 commented on issue #3337: [Feature][API & Connector V2] Implement Factory to expose configurable options

2022-11-08 Thread GitBox
EricJoy2048 commented on issue #3337: URL: https://github.com/apache/incubator-seatunnel/issues/3337#issuecomment-1308250815 > Please assign kudu,Pulsar connectors to me. Thanks I am working for pulsar, I will assign kudu to you. -- This is an automated message from the Apache Git

[GitHub] [incubator-seatunnel] TaoZex commented on a diff in pull request #3340: [Improve][Connector-V2][Http] Add e2e testcase

2022-11-08 Thread GitBox
TaoZex commented on code in PR #3340: URL: https://github.com/apache/incubator-seatunnel/pull/3340#discussion_r1017452345 ## seatunnel-e2e/seatunnel-connector-v2-e2e/connector-http-e2e/src/test/resources/mockserver-config.json: ## @@ -0,0 +1,92 @@ +// https://www.mock-server.c

[GitHub] [incubator-seatunnel] Carl-Zhou-CN commented on issue #3337: [Feature][API & Connector V2] Implement Factory to expose configurable options

2022-11-08 Thread GitBox
Carl-Zhou-CN commented on issue #3337: URL: https://github.com/apache/incubator-seatunnel/issues/3337#issuecomment-1308239867 Please assign kudu,Pulsar connectors to me. Thanks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[incubator-seatunnel] branch dev updated: [BUG][transform] transfrom-flink-udf function properties get error (#3310)

2022-11-08 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 13baee276 [BUG][transform] transfrom-flink-

[GitHub] [incubator-seatunnel] CalvinKirs merged pull request #3310: [BUG][transform] transfrom-flink-udf function properties get error #3250

2022-11-08 Thread GitBox
CalvinKirs merged PR #3310: URL: https://github.com/apache/incubator-seatunnel/pull/3310 -- 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

[GitHub] [incubator-seatunnel] CalvinKirs closed issue #3250: [Bug] [seatunel-transform-flink-udf] udf prepare method properties analysis error

2022-11-08 Thread GitBox
CalvinKirs closed issue #3250: [Bug] [seatunel-transform-flink-udf] udf prepare method properties analysis error URL: https://github.com/apache/incubator-seatunnel/issues/3250 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-seatunnel] TaoZex commented on issue #3337: [Feature][API & Connector V2] Implement Factory to expose configurable options

2022-11-08 Thread GitBox
TaoZex commented on issue #3337: URL: https://github.com/apache/incubator-seatunnel/issues/3337#issuecomment-1308221702 Please assign Kafka connectors to me. Thx. -- 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] hailin0 opened a new pull request, #3340: [Improve][Connector-V2][Http] Add e2e testcase

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

[GitHub] [incubator-seatunnel] TaoZex opened a new issue, #3339: [Improve][Connector-V2][HTTP] Improve

2022-11-08 Thread GitBox
TaoZex opened a new issue, #3339: URL: https://github.com/apache/incubator-seatunnel/issues/3339 ### 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 requir

[GitHub] [incubator-seatunnel] TyrantLucifer commented on issue #3337: [Feature][API & Connector V2] Implement Factory to expose configurable options

2022-11-08 Thread GitBox
TyrantLucifer commented on issue #3337: URL: https://github.com/apache/incubator-seatunnel/issues/3337#issuecomment-1308174296 Please assign hive http flie related connectors to me. Thanks -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [incubator-seatunnel] ashulin closed issue #2274: [ST-Engine][Checkpoint] The design of Checkpoint

2022-11-08 Thread GitBox
ashulin closed issue #2274: [ST-Engine][Checkpoint] The design of Checkpoint URL: https://github.com/apache/incubator-seatunnel/issues/2274 -- 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] Hisoka-X commented on pull request #3321: [Connector-V2] [Chore] Canonical name for AmazonDynamodb

2022-11-08 Thread GitBox
Hisoka-X commented on PR #3321: URL: https://github.com/apache/incubator-seatunnel/pull/3321#issuecomment-1308165053 @CalvinKirs @TaoZex @ashulin Please review again, Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [incubator-seatunnel] Hisoka-X opened a new pull request, #3338: [Connector-V2] [E2E] Add missed ElasticSearch E2E module.

2022-11-08 Thread GitBox
Hisoka-X opened a new pull request, #3338: URL: https://github.com/apache/incubator-seatunnel/pull/3338 ## 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] Hisoka-X commented on pull request #3089: [Feature][Connector-V2][JDBC] support sqlite Source & Sink

2022-11-08 Thread GitBox
Hisoka-X commented on PR #3089: URL: https://github.com/apache/incubator-seatunnel/pull/3089#issuecomment-1308161354 Please add e2e in flink/spark e2e module. So that e2e can be start in CI. https://user-images.githubusercontent.com/32387433/200732205-1f4984a8-f704-41e2-bb1e-b22d9a663360.

[GitHub] [incubator-seatunnel] EricJoy2048 opened a new issue, #3337: [Feature][API & Connector V2] Implement Factory to expose configurable options

2022-11-08 Thread GitBox
EricJoy2048 opened a new issue, #3337: URL: https://github.com/apache/incubator-seatunnel/issues/3337 ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) ### Search before asking - [X] I had

[incubator-seatunnel] branch dev updated: [Connector-V2] [ElasticSearch] Add ElasticSearch Source/Sink Factory (#3325)

2022-11-08 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 38254e3f2 [Connector-V2] [ElasticSearch]

[GitHub] [incubator-seatunnel] Hisoka-X merged pull request #3325: [Connector-V2] [ElasticSearch] Add ElasticSearch Source/Sink Factory

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

[GitHub] [incubator-seatunnel] Hisoka-X commented on pull request #3125: [Improve][Connector-V2-kafka] Support for dynamic discover topic & partition in streaming mode

2022-11-08 Thread GitBox
Hisoka-X commented on PR #3125: URL: https://github.com/apache/incubator-seatunnel/pull/3125#issuecomment-1308117859 @Carl-Zhou-CN Please resolve conflict. Thanks! -- 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] Hisoka-X closed issue #3101: [Improve][Clickhouse-V2] Clickhouse Sink Support write Geo type

2022-11-08 Thread GitBox
Hisoka-X closed issue #3101: [Improve][Clickhouse-V2] Clickhouse Sink Support write Geo type URL: https://github.com/apache/incubator-seatunnel/issues/3101 -- 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] Hisoka-X closed issue #3014: [Improve] [Connector-V2-Clickhouse] Support nest type and array

2022-11-08 Thread GitBox
Hisoka-X closed issue #3014: [Improve] [Connector-V2-Clickhouse] Support nest type and array URL: https://github.com/apache/incubator-seatunnel/issues/3014 -- 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] ashulin merged pull request #3326: [Connector-V2] [Email] Add Email Sink Factory

2022-11-08 Thread GitBox
ashulin merged PR #3326: URL: https://github.com/apache/incubator-seatunnel/pull/3326 -- 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: [Connector][Email] Add Email Sink Factory (#3326)

2022-11-08 Thread zongwen
This is an automated email from the ASF dual-hosted git repository. zongwen 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 0645d1118 [Connector][Email] Add Email S

[GitHub] [incubator-seatunnel] zengqinchris opened a new issue, #3336: [Bug] [Http-connector-v1] exceeded the 80 characters length limit and was truncated.

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

[GitHub] [incubator-seatunnel-website] dependabot[bot] opened a new pull request, #172: Bump loader-utils from 1.4.0 to 1.4.1

2022-11-08 Thread GitBox
dependabot[bot] opened a new pull request, #172: URL: https://github.com/apache/incubator-seatunnel-website/pull/172 Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.1. Release notes Sourced from https://github.com/webpack/loader-utils/releases";>load

[incubator-seatunnel-website] branch dependabot/npm_and_yarn/loader-utils-1.4.1 created (now 375cc5a9df)

2022-11-08 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/loader-utils-1.4.1 in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git at 375cc5a9df Bump loader-utils from 1.4.0 to 1.4.1 No new

[GitHub] [incubator-seatunnel] Carl-Zhou-CN commented on pull request #3329: [Doc][Kafka Source V2] add changed log for kafka source

2022-11-08 Thread GitBox
Carl-Zhou-CN commented on PR #3329: URL: https://github.com/apache/incubator-seatunnel/pull/3329#issuecomment-1308052301 +1 -- 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.

[GitHub] [incubator-seatunnel] Carl-Zhou-CN commented on a diff in pull request #3157: [Improve][Connector-V2-kafka] Support setting read starting offset or time at startup config

2022-11-08 Thread GitBox
Carl-Zhou-CN commented on code in PR #3157: URL: https://github.com/apache/incubator-seatunnel/pull/3157#discussion_r1017277380 ## docs/en/connector-v2/source/kafka.md: ## @@ -66,6 +69,24 @@ The structure of the data, including field names and field types. Data format. The de

[GitHub] [incubator-seatunnel] github-actions[bot] closed issue #2902: [Feature][Community] Add Bot to guide newcomers

2022-11-08 Thread GitBox
github-actions[bot] closed issue #2902: [Feature][Community] Add Bot to guide newcomers URL: https://github.com/apache/incubator-seatunnel/issues/2902 -- 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

[GitHub] [incubator-seatunnel] github-actions[bot] commented on issue #2902: [Feature][Community] Add Bot to guide newcomers

2022-11-08 Thread GitBox
github-actions[bot] commented on issue #2902: URL: https://github.com/apache/incubator-seatunnel/issues/2902#issuecomment-1308024049 This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future. --

[GitHub] [incubator-seatunnel] github-actions[bot] commented on issue #2973: [Umbrella][doc] improve document

2022-11-08 Thread GitBox
github-actions[bot] commented on issue #2973: URL: https://github.com/apache/incubator-seatunnel/issues/2973#issuecomment-1308023989 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] github-actions[bot] commented on issue #3002: [Umbrella] [Dirty data] This is new feature for dirty data

2022-11-08 Thread GitBox
github-actions[bot] commented on issue #3002: URL: https://github.com/apache/incubator-seatunnel/issues/3002#issuecomment-1308023954 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] github-actions[bot] commented on issue #3014: [Improve] [Connector-V2-Clickhouse] Support nest type and array

2022-11-08 Thread GitBox
github-actions[bot] commented on issue #3014: URL: https://github.com/apache/incubator-seatunnel/issues/3014#issuecomment-1308023922 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] github-actions[bot] commented on issue #3015: [Bug] [Connector-V2] An error is reported when the aggregate function is executed in the sql component of the Flink engine

2022-11-08 Thread GitBox
github-actions[bot] commented on issue #3015: URL: https://github.com/apache/incubator-seatunnel/issues/3015#issuecomment-1308023894 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] github-actions[bot] commented on issue #3042: When using cluster deploy mode for spark, Unable to get variable value

2022-11-08 Thread GitBox
github-actions[bot] commented on issue #3042: URL: https://github.com/apache/incubator-seatunnel/issues/3042#issuecomment-1308023866 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] hailin0 commented on pull request #3335: [Feature][Connector-v2][Common] Add `SingleThreadMultiplexSourceReaderBase

2022-11-08 Thread GitBox
hailin0 commented on PR #3335: URL: https://github.com/apache/incubator-seatunnel/pull/3335#issuecomment-1307342709 @ashulin @ic4y thx. 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] hailin0 opened a new pull request, #3335: [Feature][Connector-v2][Common] Add `SingleThreadMultiplexSourceReaderBase

2022-11-08 Thread GitBox
hailin0 opened a new pull request, #3335: URL: https://github.com/apache/incubator-seatunnel/pull/3335 ## Purpose of this pull request Add connector base ## Check list * [ ] Code changed are covered with tests, or it does not need tests for reason: * [ ] If an

[GitHub] [incubator-seatunnel] TaoZex opened a new pull request, #3334: [Doc][Connector V2][MyHours]fix doc format

2022-11-08 Thread GitBox
TaoZex opened a new pull request, #3334: URL: https://github.com/apache/incubator-seatunnel/pull/3334 ## Purpose of this pull request fix doc format ## Check list * [ ] Code changed are covered with tests, or it does not need tests for reason: * [ ] If any new

[GitHub] [incubator-seatunnel] TyrantLucifer opened a new pull request, #3333: Unified amazondynamodb exception

2022-11-08 Thread GitBox
TyrantLucifer opened a new pull request, #: URL: https://github.com/apache/incubator-seatunnel/pull/ ## Purpose of this pull request sub-task of #2930 close #3332 ## Check list * [ ] Code changed are covered with tests, or it does not need

[GitHub] [incubator-seatunnel] skyoct commented on a diff in pull request #3185: [Feature][Connector-V2][GoogleSheets] Support GoogleSheets Source

2022-11-08 Thread GitBox
skyoct commented on code in PR #3185: URL: https://github.com/apache/incubator-seatunnel/pull/3185#discussion_r1016672502 ## docs/en/connector-v2/source/GoogleSheets.md: ## @@ -0,0 +1,80 @@ +# GoogleSheets + +> GoogleSheets source connector + +## Description + +Used to read dat

[GitHub] [incubator-seatunnel] TyrantLucifer opened a new pull request, #3331: [Improve][Connector-V2][Assert] Unifed exception for assert connector

2022-11-08 Thread GitBox
TyrantLucifer opened a new pull request, #3331: URL: https://github.com/apache/incubator-seatunnel/pull/3331 ## Purpose of this pull request sub-task of #2930 close #3330 ## Check list * [ ] Code changed are covered with tests, or it does not need

[GitHub] [incubator-seatunnel] hailin0 commented on a diff in pull request #3185: [Feature][Connector-V2][GoogleSheets] Support GoogleSheets Source

2022-11-08 Thread GitBox
hailin0 commented on code in PR #3185: URL: https://github.com/apache/incubator-seatunnel/pull/3185#discussion_r1016625140 ## docs/en/connector-v2/source/GoogleSheets.md: ## @@ -0,0 +1,80 @@ +# GoogleSheets + +> GoogleSheets source connector + +## Description + +Used to read da

[GitHub] [incubator-seatunnel] hailin0 commented on a diff in pull request #3185: [Feature][Connector-V2][GoogleSheets] Support GoogleSheets Source

2022-11-08 Thread GitBox
hailin0 commented on code in PR #3185: URL: https://github.com/apache/incubator-seatunnel/pull/3185#discussion_r1016625140 ## docs/en/connector-v2/source/GoogleSheets.md: ## @@ -0,0 +1,80 @@ +# GoogleSheets + +> GoogleSheets source connector + +## Description + +Used to read da

[incubator-seatunnel] branch dev updated (3da19d444 -> 4104a3e30)

2022-11-08 Thread tyrantlucifer
This is an automated email from the ASF dual-hosted git repository. tyrantlucifer pushed a change to branch dev in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git from 3da19d444 [Improve][Connector-V2-kafka] Support setting read starting offset or time at startup conf

[GitHub] [incubator-seatunnel] TyrantLucifer merged pull request #3228: [Feature][Connector-V2][My Hours]Add My Hours Source Connector

2022-11-08 Thread GitBox
TyrantLucifer merged PR #3228: URL: https://github.com/apache/incubator-seatunnel/pull/3228 -- 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] ashulin commented on issue #3271: [Umbrella][Feature][Connector-V2] Support create table automaticly

2022-11-08 Thread GitBox
ashulin commented on issue #3271: URL: https://github.com/apache/incubator-seatunnel/issues/3271#issuecomment-1307143864 You can add a method using catalog. ```java // org.apache.seatunnel.api.table.catalog.Catalog public interface Catalog { void createTable(TablePath tab

[GitHub] [incubator-seatunnel] FWLamb commented on issue #3268: [Feature][starter][spark] Support transform-v2 for spark

2022-11-08 Thread GitBox
FWLamb commented on issue #3268: URL: https://github.com/apache/incubator-seatunnel/issues/3268#issuecomment-1307094641 > > please assign to me, I want to try it; thx. > > @FWLamb If you have any questions, welcome to discuss, I have communicated with @john8628 about #3267 Tha

[GitHub] [incubator-seatunnel] EricJoy2048 commented on a diff in pull request #3228: [Feature][Connector-V2][My Hours]Add My Hours Source Connector

2022-11-08 Thread GitBox
EricJoy2048 commented on code in PR #3228: URL: https://github.com/apache/incubator-seatunnel/pull/3228#discussion_r1016489482 ## docs/en/connector-v2/source/MyHours.md: ## @@ -0,0 +1,177 @@ +# My Hours + +> My Hours source connector + +## Description + +Used to read data from

[incubator-seatunnel] branch dev updated: [Improve][Connector-V2-kafka] Support setting read starting offset or time at startup config (#3157)

2022-11-08 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 3da19d444 [Improve][Connector-V2-kafk

[GitHub] [incubator-seatunnel] EricJoy2048 merged pull request #3157: [Improve][Connector-V2-kafka] Support setting read starting offset or time at startup config

2022-11-08 Thread GitBox
EricJoy2048 merged PR #3157: URL: https://github.com/apache/incubator-seatunnel/pull/3157 -- 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 commented on a diff in pull request #3157: [Improve][Connector-V2-kafka] Support setting read starting offset or time at startup config

2022-11-08 Thread GitBox
EricJoy2048 commented on code in PR #3157: URL: https://github.com/apache/incubator-seatunnel/pull/3157#discussion_r1010060457 ## docs/en/connector-v2/source/kafka.md: ## @@ -66,6 +69,24 @@ The structure of the data, including field names and field types. Data format. The def

[incubator-seatunnel] branch dev updated: [Feature][Connector-V2][Cassandra] Add Cassandra Source And Sink Connector (#3229)

2022-11-08 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 12268a6f4 [Feature][Connector-V2][Cas

[GitHub] [incubator-seatunnel] EricJoy2048 merged pull request #3229: [Feature][Connector-V2][Cassandra] Add Cassandra Source And Sink Connector

2022-11-08 Thread GitBox
EricJoy2048 merged PR #3229: URL: https://github.com/apache/incubator-seatunnel/pull/3229 -- 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] guanboo commented on pull request #2937: [Feature][Connector-V2] Support Druid Source & Sink

2022-11-08 Thread GitBox
guanboo commented on PR #2937: URL: https://github.com/apache/incubator-seatunnel/pull/2937#issuecomment-1307027529 > Hi, @guanboo Did you fix the problems? Yes,done -- 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 #2937: [Feature][Connector-V2] Support Druid Source & Sink

2022-11-08 Thread GitBox
EricJoy2048 commented on PR #2937: URL: https://github.com/apache/incubator-seatunnel/pull/2937#issuecomment-1307020817 Hi, @guanboo Did you fix the problems? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [incubator-seatunnel] EricJoy2048 commented on pull request #2922: [seatunnel-e2e] Add mongodb container to simplify spark-e2e and flink-e2e

2022-11-08 Thread GitBox
EricJoy2048 commented on PR #2922: URL: https://github.com/apache/incubator-seatunnel/pull/2922#issuecomment-1307017828 This pr has not responded for a long time. I plan to close it in a week. If necessary, you can reopen it. -- This is an automated message from the Apache Git Service. T

[incubator-seatunnel] branch dev updated: [Feature][Connector-V2] influxdb sink connector (#3174)

2022-11-08 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 630e88479 [Feature][Connector-V2] influxdb

[GitHub] [incubator-seatunnel] ic4y merged pull request #3174: [Feature][Connector-V2] influxdb sink connector

2022-11-08 Thread GitBox
ic4y merged PR #3174: URL: https://github.com/apache/incubator-seatunnel/pull/3174 -- 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 #3125: [Improve][Connector-V2-kafka] Support for dynamic discover topic & partition in streaming mode

2022-11-08 Thread GitBox
EricJoy2048 commented on code in PR #3125: URL: https://github.com/apache/incubator-seatunnel/pull/3125#discussion_r1016459541 ## docs/en/connector-v2/source/kafka.md: ## @@ -112,3 +117,7 @@ source { ### 2.3.0-beta 2022-10-20 - Add Kafka Source Connector + +### next version

[incubator-seatunnel] branch dev updated (d9519d696 -> 5bfd50855)

2022-11-08 Thread fanjia
This is an automated email from the ASF dual-hosted git repository. fanjia pushed a change to branch dev in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git from d9519d696 [improve][connector] The Factory#factoryIdentifier must be consistent with PluginIdentifierInterf

[GitHub] [incubator-seatunnel] Hisoka-X merged pull request #3191: [feature][st-engine] Add jobHistory

2022-11-08 Thread GitBox
Hisoka-X merged PR #3191: URL: https://github.com/apache/incubator-seatunnel/pull/3191 -- 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] The Factory#factoryIdentifier must be consistent with PluginIdentifierInterface#getPluginName (#3328)

2022-11-08 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 d9519d696 [improve][connector] The Fa

[GitHub] [incubator-seatunnel] EricJoy2048 merged pull request #3328: [improve][connector] The Factory#factoryIdentifier must be consistent with PluginIdentifierInterface#getPluginName

2022-11-08 Thread GitBox
EricJoy2048 merged PR #3328: URL: https://github.com/apache/incubator-seatunnel/pull/3328 -- 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 dev updated: [Feature][Doc] Improved connectors v2 contribution guide (#3218)

2022-11-08 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 9659430fa [Feature][Doc] Improved con

[GitHub] [incubator-seatunnel] EricJoy2048 merged pull request #3218: [Feature][Doc] Improved connectors v2 contribution guide

2022-11-08 Thread GitBox
EricJoy2048 merged PR #3218: URL: https://github.com/apache/incubator-seatunnel/pull/3218 -- 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 #2541: [Feature][Doc] The contribute document need be update

2022-11-08 Thread GitBox
EricJoy2048 closed issue #2541: [Feature][Doc] The contribute document need be update URL: https://github.com/apache/incubator-seatunnel/issues/2541 -- 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] TyrantLucifer commented on a diff in pull request #3312: [Feature][Connector-V2] rabbitmq source and sink connector

2022-11-08 Thread GitBox
TyrantLucifer commented on code in PR #3312: URL: https://github.com/apache/incubator-seatunnel/pull/3312#discussion_r1016442854 ## seatunnel-connectors-v2/connector-rabbitmq/src/main/java/org/apache/seatunnel/connectors/seatunnel/rabbitmq/client/QueueingConsumer.java: ## @@ -0

[GitHub] [incubator-seatunnel] EricJoy2048 commented on a diff in pull request #3312: [Feature][Connector-V2] rabbitmq source and sink connector

2022-11-08 Thread GitBox
EricJoy2048 commented on code in PR #3312: URL: https://github.com/apache/incubator-seatunnel/pull/3312#discussion_r1014970689 ## docs/en/connector-v2/sink/Rabbitmq.md: ## @@ -0,0 +1,95 @@ +# Rabbitmq + +> Rabbitmq sink connector + +## Description + +Used to write data to Rabbi

[GitHub] [incubator-seatunnel] EricJoy2048 commented on a diff in pull request #3318: [Feature][Sentry Sink V2] Add Sentry Sink Option Rules

2022-11-08 Thread GitBox
EricJoy2048 commented on code in PR #3318: URL: https://github.com/apache/incubator-seatunnel/pull/3318#discussion_r1016434161 ## seatunnel-connectors-v2/connector-sentry/src/main/java/org/apache/seatunnel/connectors/seatunnel/sentry/sink/SentrySinkFactory.java: ## @@ -0,0 +1,3

[incubator-seatunnel] branch dev updated (685978d06 -> 777bf6b42)

2022-11-08 Thread fanjia
This is an automated email from the ASF dual-hosted git repository. fanjia pushed a change to branch dev in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git from 685978d06 [Improve][Connector-V2][DataHub] Add DataHub Sink Factory (#3323) add 777bf6b42 [Hotfix][Con

[GitHub] [incubator-seatunnel] Hisoka-X merged pull request #3258: [Hotfix][Connector-V2][Hive] Fix the bug that when write data to hive throws NullPointerException

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

[GitHub] [incubator-seatunnel] Hisoka-X closed issue #3203: [Bug] [Connector-V2][FLINK-Hive-Sink] Caused by: java.io.FileNotFoundException while mysql data write to hive

2022-11-08 Thread GitBox
Hisoka-X closed issue #3203: [Bug] [Connector-V2][FLINK-Hive-Sink] Caused by: java.io.FileNotFoundException while mysql data write to hive URL: https://github.com/apache/incubator-seatunnel/issues/3203 -- This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [incubator-seatunnel] Hisoka-X commented on a diff in pull request #3317: [Feature][Socket Connector V2] Add Socket Connector Option Rules

2022-11-08 Thread GitBox
Hisoka-X commented on code in PR #3317: URL: https://github.com/apache/incubator-seatunnel/pull/3317#discussion_r1016425298 ## seatunnel-connectors-v2/connector-socket/src/main/java/org/apache/seatunnel/connectors/seatunnel/socket/source/SocketSourceFactory.java: ## @@ -0,0 +1,

[GitHub] [incubator-seatunnel] CalvinKirs commented on a diff in pull request #3318: [Feature][Sentry Sink V2] Add Sentry Sink Option Rules

2022-11-08 Thread GitBox
CalvinKirs commented on code in PR #3318: URL: https://github.com/apache/incubator-seatunnel/pull/3318#discussion_r1016419521 ## seatunnel-connectors-v2/connector-sentry/src/main/java/org/apache/seatunnel/connectors/seatunnel/sentry/sink/SentrySinkFactory.java: ## @@ -0,0 +1,36

[GitHub] [incubator-seatunnel] Hisoka-X commented on pull request #3328: [improve][connector] The Factory#factoryIdentifier must be consistent with PluginIdentifierInterface#getPluginName

2022-11-08 Thread GitBox
Hisoka-X commented on PR #3328: URL: https://github.com/apache/incubator-seatunnel/pull/3328#issuecomment-1306962507 Can you add DataHub too? -- 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] EricJoy2048 commented on pull request #3325: [Connector-V2] [ElasticSearch] Add ElasticSearch Source/Sink Factory

2022-11-08 Thread GitBox
EricJoy2048 commented on PR #3325: URL: https://github.com/apache/incubator-seatunnel/pull/3325#issuecomment-1306961534 > merge https://github.com/apache/incubator-seatunnel/pull/3328/files Should can close this pr? -- This is an automated message from the Apache Git Service. To re

[GitHub] [incubator-seatunnel] Hisoka-X commented on a diff in pull request #3321: [Connector-V2] [Chore] Canonical name for AmazonDynamodb

2022-11-08 Thread GitBox
Hisoka-X commented on code in PR #3321: URL: https://github.com/apache/incubator-seatunnel/pull/3321#discussion_r1016414232 ## docs/en/connector-v2/source/AmazonDynamoDB.md: ## @@ -17,41 +17,41 @@ Read data from Amazondynamodb. ## Options -| name | type | req

[GitHub] [incubator-seatunnel] CalvinKirs commented on a diff in pull request #3321: [Connector-V2] [Chore] Canonical name for AmazonDynamodb

2022-11-08 Thread GitBox
CalvinKirs commented on code in PR #3321: URL: https://github.com/apache/incubator-seatunnel/pull/3321#discussion_r1016407612 ## docs/en/connector-v2/source/AmazonDynamoDB.md: ## @@ -17,41 +17,41 @@ Read data from Amazondynamodb. ## Options -| name | type | r

[GitHub] [incubator-seatunnel] hailin0 commented on pull request #3325: [Connector-V2] [ElasticSearch] Add ElasticSearch Source/Sink Factory

2022-11-08 Thread GitBox
hailin0 commented on PR #3325: URL: https://github.com/apache/incubator-seatunnel/pull/3325#issuecomment-1306947139 https://github.com/apache/incubator-seatunnel/pull/3328/files -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-seatunnel] ashulin opened a new pull request, #3328: [improve][connector] The Factory#factoryIdentifier must be consistent with PluginIdentifierInterface#getPluginName

2022-11-08 Thread GitBox
ashulin opened a new pull request, #3328: URL: https://github.com/apache/incubator-seatunnel/pull/3328 ## 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

[incubator-seatunnel] branch dev updated (efb471160 -> 685978d06)

2022-11-08 Thread tyrantlucifer
This is an automated email from the ASF dual-hosted git repository. tyrantlucifer pushed a change to branch dev in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git from efb471160 [Improve][Connector-V2][Console] Add Console option rule (#3322) add 685978d06 [Impro

[GitHub] [incubator-seatunnel] TyrantLucifer merged pull request #3323: [Connector-V2] [DataHub] Add DataHub Sink Factory

2022-11-08 Thread GitBox
TyrantLucifer merged PR #3323: URL: https://github.com/apache/incubator-seatunnel/pull/3323 -- 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] TaoZex commented on a diff in pull request #3228: [Feature][Connector-V2][My Hours]Add My Hours Source Connector

2022-11-08 Thread GitBox
TaoZex commented on code in PR #3228: URL: https://github.com/apache/incubator-seatunnel/pull/3228#discussion_r1016390095 ## seatunnel-connectors-v2/connector-http/connector-http-myhours/src/main/java/org/apache/seatunnel/connectors/seatunnel/myhours/source/config/MyHoursSourceParamete

[GitHub] [incubator-seatunnel] ashulin commented on a diff in pull request #3325: [Connector-V2] [ElasticSearch] Add ElasticSearch Source/Sink Factory

2022-11-08 Thread GitBox
ashulin commented on code in PR #3325: URL: https://github.com/apache/incubator-seatunnel/pull/3325#discussion_r1016385682 ## seatunnel-connectors-v2/connector-elasticsearch/src/main/java/org/apache/seatunnel/connectors/seatunnel/elasticsearch/sink/ElasticsearchSinkFactory.java: ##

[GitHub] [incubator-seatunnel] Hisoka-X commented on a diff in pull request #3325: [Connector-V2] [ElasticSearch] Add ElasticSearch Source/Sink Factory

2022-11-08 Thread GitBox
Hisoka-X commented on code in PR #3325: URL: https://github.com/apache/incubator-seatunnel/pull/3325#discussion_r1016386330 ## docs/en/connector-v2/sink/Elasticsearch.md: ## @@ -50,8 +50,8 @@ x-pack password ### max_retry_size [int] one bulk request max try size -### max_ba

[incubator-seatunnel] branch dev updated: [Improve][Connector-V2][Console] Add Console option rule (#3322)

2022-11-08 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 efb471160 [Improve][Connector-V2][

[GitHub] [incubator-seatunnel] TyrantLucifer merged pull request #3322: [Connector-V2] [Config] Add Console option rule

2022-11-08 Thread GitBox
TyrantLucifer merged PR #3322: URL: https://github.com/apache/incubator-seatunnel/pull/3322 -- 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

[incubator-seatunnel] branch dev updated: [Improve][Connector-V2][DingTalk] Add DingTalk Sink Factory (#3324)

2022-11-08 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 56be228ad [Improve][Connector-V2][

[GitHub] [incubator-seatunnel] TyrantLucifer merged pull request #3324: [Connector-V2] [DingTalk] Add DingTalk Sink Factory

2022-11-08 Thread GitBox
TyrantLucifer merged PR #3324: URL: https://github.com/apache/incubator-seatunnel/pull/3324 -- 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

  1   2   >