[GitHub] [incubator-seatunnel] kyehe opened a new issue, #4367: [Bug] [Connector-V2][Hive] NullPointerException or IndexOutOfBoundsException when addRowBatch() exected.

2023-03-17 Thread via GitHub
kyehe opened a new issue, #4367: URL: https://github.com/apache/incubator-seatunnel/issues/4367 ### 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] zorrofox commented on issue #4162: [Bug] [Connect jdbc] ErrorDescription:[No suitable dialect factory found]

2023-03-17 Thread via GitHub
zorrofox commented on issue #4162: URL: https://github.com/apache/incubator-seatunnel/issues/4162#issuecomment-1473457444 I have the same problem in Java 11 in docker `eclipse-temurin:11-jre-jammy`, and I will try `eclipse-temurin:8-jre-jammy`. -- This is an automated message from the A

[GitHub] [incubator-seatunnel] kyehe commented on issue #4367: [Bug] [Connector-V2][Hive] NullPointerException or IndexOutOfBoundsException when addRowBatch() executed.

2023-03-17 Thread via GitHub
kyehe commented on issue #4367: URL: https://github.com/apache/incubator-seatunnel/issues/4367#issuecomment-1473458039 table schema: CREATE TABLE `xxx` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增主键', `file_id` bigint(20) unsigned NOT NULL COMMENT '',

[GitHub] [incubator-seatunnel] MonsterChenzhuo commented on pull request #4195: [Hotfix][Format][Canal-Json] Fix json deserialize NPE

2023-03-17 Thread via GitHub
MonsterChenzhuo commented on PR #4195: URL: https://github.com/apache/incubator-seatunnel/pull/4195#issuecomment-1473563586 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 comm

[GitHub] [incubator-seatunnel] feng01world commented on issue #3929: [Bug] [seatunnel-connectors-v2] when I use connector-cdc-mysql to read mysql-bin data,a ClassCastException error is reported

2023-03-17 Thread via GitHub
feng01world commented on issue #3929: URL: https://github.com/apache/incubator-seatunnel/issues/3929#issuecomment-1473568349 ![image](https://user-images.githubusercontent.com/36727453/225871965-777d1b39-bd4b-4193-9307-d1fdc13d0802.png) ![Uploading image.png…]() I have don

[GitHub] [incubator-seatunnel] feng01world commented on issue #3929: [Bug] [seatunnel-connectors-v2] when I use connector-cdc-mysql to read mysql-bin data,a ClassCastException error is reported

2023-03-17 Thread via GitHub
feng01world commented on issue #3929: URL: https://github.com/apache/incubator-seatunnel/issues/3929#issuecomment-1473570264 ![image](https://user-images.githubusercontent.com/36727453/225871965-777d1b39-bd4b-4193-9307-d1fdc13d0802.png) ![Uploading image.png…]() I have rea

[GitHub] [incubator-seatunnel] TyrantLucifer merged pull request #4195: [Hotfix][Format][Canal-Json] Fix json deserialize NPE

2023-03-17 Thread via GitHub
TyrantLucifer merged PR #4195: URL: https://github.com/apache/incubator-seatunnel/pull/4195 -- 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: [Hotfix][Format][Canal-Json] Fix json deserialize NPE (#4195)

2023-03-17 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 421baf5bb [Hotfix][Format][Canal-J

[GitHub] [incubator-seatunnel] TyrantLucifer commented on pull request #4364: [Feature][Connector-V2][Kafka]Kafka source supports data deserializat…

2023-03-17 Thread via GitHub
TyrantLucifer commented on PR #4364: URL: https://github.com/apache/incubator-seatunnel/pull/4364#issuecomment-1473602451 Add e2e test case to verify this pull reqeust. Thanks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[GitHub] [incubator-seatunnel] zorrofox commented on issue #4162: [Bug] [Connect jdbc] ErrorDescription:[No suitable dialect factory found]

2023-03-17 Thread via GitHub
zorrofox commented on issue #4162: URL: https://github.com/apache/incubator-seatunnel/issues/4162#issuecomment-1473613641 I think this indeed the Java11 issue, can someone look at this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [incubator-seatunnel] FWLamb commented on a diff in pull request #4084: [HotFix][Transform-v2][Spark] fix FieldMapper ClassCastException

2023-03-17 Thread via GitHub
FWLamb commented on code in PR #4084: URL: https://github.com/apache/incubator-seatunnel/pull/4084#discussion_r1140052518 ## seatunnel-core/seatunnel-spark-starter/seatunnel-spark-2-starter/src/main/java/org/apache/seatunnel/core/starter/spark/execution/TransformExecuteProcessor.java:

[GitHub] [incubator-seatunnel] 521daichen commented on pull request #4364: [Feature][Connector-V2][Kafka]Kafka source supports data deserializat…

2023-03-17 Thread via GitHub
521daichen commented on PR #4364: URL: https://github.com/apache/incubator-seatunnel/pull/4364#issuecomment-1473690432 > Add e2e test case to verify this pull reqeust. Thanks The function configuration has been added to the kafka-e2e project, and the local docker verification has bee

[GitHub] [incubator-seatunnel] TyrantLucifer commented on pull request #4364: [Feature][Connector-V2][Kafka]Kafka source supports data deserializat…

2023-03-17 Thread via GitHub
TyrantLucifer commented on PR #4364: URL: https://github.com/apache/incubator-seatunnel/pull/4364#issuecomment-1473752123 > > Add e2e test case to verify this pull reqeust. Thanks > > The function configuration has been added to the kafka-e2e project, and the local docker verificatio

[GitHub] [incubator-seatunnel] 521daichen commented on pull request #4364: [Feature][Connector-V2][Kafka]Kafka source supports data deserializat…

2023-03-17 Thread via GitHub
521daichen commented on PR #4364: URL: https://github.com/apache/incubator-seatunnel/pull/4364#issuecomment-1473950818 > Add e2e test case to verify this pull reqeust. Thanks > Thanks a lot for the reminder. I execute locally mvn spotless: check mvn spotless:apply

[GitHub] [incubator-seatunnel] zorrofox commented on issue #4340: How to set multiple sources at same time in one task

2023-03-17 Thread via GitHub
zorrofox commented on issue #4340: URL: https://github.com/apache/incubator-seatunnel/issues/4340#issuecomment-1473997707 I think your sink part should be: ``` sink { clickhouse { host = "1" database = "xx" table = "sink_table" fi

[GitHub] [incubator-seatunnel] TyrantLucifer opened a new pull request, #4368: [Hotfix][Docs] Fix docs code style

2023-03-17 Thread via GitHub
TyrantLucifer opened a new pull request, #4368: URL: https://github.com/apache/incubator-seatunnel/pull/4368 ## 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 bi

[GitHub] [incubator-seatunnel] github-actions[bot] commented on issue #4137: [Feature][Connector-V2] connector-kafka source support data conversion extracted by kafka connect source

2023-03-17 Thread via GitHub
github-actions[bot] commented on issue #4137: URL: https://github.com/apache/incubator-seatunnel/issues/4137#issuecomment-1474539790 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 #4131: [Feature][Connector-V2][ES]Support DSL

2023-03-17 Thread via GitHub
github-actions[bot] commented on issue #4131: URL: https://github.com/apache/incubator-seatunnel/issues/4131#issuecomment-1474539798 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] closed issue #4081: [Bug][Transform-v2][Spark] FieldMapper ClassCastException

2023-03-17 Thread via GitHub
github-actions[bot] closed issue #4081: [Bug][Transform-v2][Spark] FieldMapper ClassCastException URL: https://github.com/apache/incubator-seatunnel/issues/4081 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [incubator-seatunnel] github-actions[bot] commented on issue #4081: [Bug][Transform-v2][Spark] FieldMapper ClassCastException

2023-03-17 Thread via GitHub
github-actions[bot] commented on issue #4081: URL: https://github.com/apache/incubator-seatunnel/issues/4081#issuecomment-1474539817 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 #4079: [Bug] [common] fix possible unrecognized NestedField name

2023-03-17 Thread via GitHub
github-actions[bot] commented on issue #4079: URL: https://github.com/apache/incubator-seatunnel/issues/4079#issuecomment-1474539827 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] closed issue #4079: [Bug] [common] fix possible unrecognized NestedField name

2023-03-17 Thread via GitHub
github-actions[bot] closed issue #4079: [Bug] [common] fix possible unrecognized NestedField name URL: https://github.com/apache/incubator-seatunnel/issues/4079 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [incubator-seatunnel] github-actions[bot] commented on issue #4077: [Feature][Zeta] Add agent to solve cross-cluster and multi-language source

2023-03-17 Thread via GitHub
github-actions[bot] commented on issue #4077: URL: https://github.com/apache/incubator-seatunnel/issues/4077#issuecomment-1474539841 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] closed issue #4077: [Feature][Zeta] Add agent to solve cross-cluster and multi-language source

2023-03-17 Thread via GitHub
github-actions[bot] closed issue #4077: [Feature][Zeta] Add agent to solve cross-cluster and multi-language source URL: https://github.com/apache/incubator-seatunnel/issues/4077 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-seatunnel] github-actions[bot] commented on issue #4066: [Feature][CDC][Pulsar] Support read canal format message

2023-03-17 Thread via GitHub
github-actions[bot] commented on issue #4066: URL: https://github.com/apache/incubator-seatunnel/issues/4066#issuecomment-1474539862 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] closed issue #4066: [Feature][CDC][Pulsar] Support read canal format message

2023-03-17 Thread via GitHub
github-actions[bot] closed issue #4066: [Feature][CDC][Pulsar] Support read canal format message URL: https://github.com/apache/incubator-seatunnel/issues/4066 -- 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] github-actions[bot] closed issue #4055: [Feature][Flink] Make Flink engine support multi-table

2023-03-17 Thread via GitHub
github-actions[bot] closed issue #4055: [Feature][Flink] Make Flink engine support multi-table URL: https://github.com/apache/incubator-seatunnel/issues/4055 -- 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

[GitHub] [incubator-seatunnel] github-actions[bot] commented on issue #4055: [Feature][Flink] Make Flink engine support multi-table

2023-03-17 Thread via GitHub
github-actions[bot] commented on issue #4055: URL: https://github.com/apache/incubator-seatunnel/issues/4055#issuecomment-1474539888 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] dijiekstra merged pull request #4368: [Hotfix][Docs] Fix docs code style

2023-03-17 Thread via GitHub
dijiekstra merged PR #4368: URL: https://github.com/apache/incubator-seatunnel/pull/4368 -- 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: [Hotfix][Docs] Fix docs code style (#4368)

2023-03-17 Thread dijiekstra
This is an automated email from the ASF dual-hosted git repository. dijiekstra 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 56fbc8ed2 [Hotfix][Docs] Fix docs cod

[GitHub] [incubator-seatunnel] liugddx commented on issue #4143: [Umbrella] [Zeta] [REST-API] Provide rest api for zeta

2023-03-17 Thread via GitHub
liugddx commented on issue #4143: URL: https://github.com/apache/incubator-seatunnel/issues/4143#issuecomment-1474709568 > I am happy to help. What's the progress? Let me know if you need anything. -- This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [incubator-seatunnel] liugddx commented on issue #4143: [Umbrella] [Zeta] [REST-API] Provide rest api for zeta

2023-03-17 Thread via GitHub
liugddx commented on issue #4143: URL: https://github.com/apache/incubator-seatunnel/issues/4143#issuecomment-1474710054 > maybe i want to try. What's the progress? Let me know if you need anything. -- This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [incubator-seatunnel] liugddx commented on issue #4145: [Feature][Zeta][REST-API] Get all completed jobs information.

2023-03-17 Thread via GitHub
liugddx commented on issue #4145: URL: https://github.com/apache/incubator-seatunnel/issues/4145#issuecomment-1474713315 > maybe i want to try. What's the progress? Let me know if you need anything. -- This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [incubator-seatunnel] liugddx commented on pull request #4315: [Feature][Zeta][REST-API]Get system monitoring information

2023-03-17 Thread via GitHub
liugddx commented on PR #4315: URL: https://github.com/apache/incubator-seatunnel/pull/4315#issuecomment-1474715247 Please add e2e case like #4140 -- 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