[I] 2.3.8版本使用zeta作为引擎,使用kafka作为source,当我的sink阶段失败了,但是kafka的offset仍然提交了 [seatunnel]

2024-12-15 Thread via GitHub
tyx-away opened a new issue, #8304: URL: https://github.com/apache/seatunnel/issues/8304 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened

Re: [PR] [Feature][Jdbc] Support sink ddl for postgresql [seatunnel]

2024-12-15 Thread via GitHub
hawk9821 commented on PR #8276: URL: https://github.com/apache/seatunnel/pull/8276#issuecomment-2544782786 > Please add e2e for pg-cdc to jdbc pg. I think this is probably the more common user case. It supports sink DDL for postgresql and provides a unified jdbc sink dll template .

Re: [PR] [Improve][ClickhouseFile Connector] Unified specifying clickhouse file generation path [seatunnel]

2024-12-15 Thread via GitHub
hailin0 merged PR #8302: URL: https://github.com/apache/seatunnel/pull/8302 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@seatunne

(seatunnel) branch dev updated: [Improve][ClickhouseFile Connector] Unified specifying clickhouse file generation path (#8302)

2024-12-15 Thread wanghailin
This is an automated email from the ASF dual-hosted git repository. wanghailin pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/seatunnel.git The following commit(s) were added to refs/heads/dev by this push: new 455f1ed760 [Improve][ClickhouseFile Connector]

Re: [PR] [Feature][Jdbc] Support sink ddl for postgresql [seatunnel]

2024-12-15 Thread via GitHub
hawk9821 commented on code in PR #8276: URL: https://github.com/apache/seatunnel/pull/8276#discussion_r1886282522 ## seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-ddl/src/test/resources/mysqlcdc_to_postgres_with_schema_change.conf: ## @@ -0,0 +1,

Re: [I] [Bug] [connector-cdc-oracle ] Unsupport read partition table [seatunnel]

2024-12-15 Thread via GitHub
tyansc commented on issue #8229: URL: https://github.com/apache/seatunnel/issues/8229#issuecomment-2544744123 遇到同样的问题,可以正常读取oracle的非分区表,而分区表会直接报错,有没有解决办法? 2024-12-16 14:31:42,542 ERROR [o.a.s.c.s.SeaTunnel ] [main] - Fatal Error, 2024-12-16 14:31:42,542 ERROR [o.a.s.

Re: [PR] [Improve][E2E] improve oracle e2e [seatunnel]

2024-12-15 Thread via GitHub
hawk9821 commented on PR #8292: URL: https://github.com/apache/seatunnel/pull/8292#issuecomment-2544734943 latest ci : https://github.com/hawk9821/seatunnel/actions/runs/12347011929 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

Re: [PR] [Improve][E2E] improve oracle e2e [seatunnel]

2024-12-15 Thread via GitHub
hawk9821 closed pull request #8292: [Improve][E2E] improve oracle e2e URL: https://github.com/apache/seatunnel/pull/8292 -- 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 unsu

Re: [PR] [Improve][E2E] improve oracle e2e [seatunnel]

2024-12-15 Thread via GitHub
hawk9821 commented on PR #8292: URL: https://github.com/apache/seatunnel/pull/8292#issuecomment-2544724653 > Please rebase 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 URL above to go to the sp

Re: [PR] [Feature][Jdbc] Support sink ddl for postgresql [seatunnel]

2024-12-15 Thread via GitHub
hailin0 commented on code in PR #8276: URL: https://github.com/apache/seatunnel/pull/8276#discussion_r1886242591 ## seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-ddl/src/test/resources/mysqlcdc_to_postgres_with_schema_change.conf: ## @@ -0,0 +1,5

Re: [PR] [Feature][K8S deploy] add helm chart [seatunnel]

2024-12-15 Thread via GitHub
FrommyMind commented on PR #8291: URL: https://github.com/apache/seatunnel/pull/8291#issuecomment-2544666846 Update with two port, 5801 for cluster join, and 8080 for restapi。 After install, svc as bellow ![image](https://github.com/user-attachments/assets/8dc26ab8-4d88-4bb1-921e-5823b

Re: [PR] [Improve][ClickhouseFile Connector] Unified specifying clickhouse file generation path [seatunnel]

2024-12-15 Thread via GitHub
caicancai commented on code in PR #8302: URL: https://github.com/apache/seatunnel/pull/8302#discussion_r1886214234 ## seatunnel-connectors-v2/connector-clickhouse/src/main/java/org/apache/seatunnel/connectors/seatunnel/clickhouse/sink/file/ClickhouseFileSinkWriter.java: ## @@ -2

Re: [PR] [Improve][ClickhouseFile Connector] Unified specifying clickhouse file generation path [seatunnel]

2024-12-15 Thread via GitHub
Hisoka-X commented on code in PR #8302: URL: https://github.com/apache/seatunnel/pull/8302#discussion_r1886213152 ## seatunnel-connectors-v2/connector-clickhouse/src/main/java/org/apache/seatunnel/connectors/seatunnel/clickhouse/sink/file/ClickhouseFileSinkWriter.java: ## @@ -28

Re: [PR] Support the jdbc connector for highgo db [seatunnel]

2024-12-15 Thread via GitHub
SimonChou12138 commented on code in PR #8282: URL: https://github.com/apache/seatunnel/pull/8282#discussion_r1886165696 ## seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-7/src/test/java/org/apache/seatunnel/connectors/seatunnel/jdbc/JdbcHighGoIT.java

Re: [PR] Support the jdbc connector for highgo db [seatunnel]

2024-12-15 Thread via GitHub
SimonChou12138 commented on code in PR #8282: URL: https://github.com/apache/seatunnel/pull/8282#discussion_r1886165884 ## seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-7/src/test/java/org/apache/seatunnel/connectors/seatunnel/jdbc/JdbcHighGoIT.java

Re: [PR] [Feature][K8S deploy] add helm chart [seatunnel]

2024-12-15 Thread via GitHub
FrommyMind commented on code in PR #8291: URL: https://github.com/apache/seatunnel/pull/8291#discussion_r1886159248 ## docs/zh/start-v2/kubernetes/helm.md: ## @@ -75,13 +75,11 @@ MASTER_POD=$(kubectl get po -l 'app.kubernetes.io/name=seatunnel-master' | sed # 进入master pod ku

Re: [PR] [Improve][CI]skip ui module, improve module dependent [seatunnel]

2024-12-15 Thread via GitHub
Hisoka-X commented on PR #8225: URL: https://github.com/apache/seatunnel/pull/8225#issuecomment-2544572188 Please rebase 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 URL above to go to the specific co

Re: [PR] [Improve][E2E] improve oracle e2e [seatunnel]

2024-12-15 Thread via GitHub
Hisoka-X commented on PR #8292: URL: https://github.com/apache/seatunnel/pull/8292#issuecomment-2544570506 Please rebase 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 URL above to go to the specific com

(seatunnel) branch dev updated: [Feature][CDC] Add 'schema-changes.enabled' options (#8285)

2024-12-15 Thread wanghailin
This is an automated email from the ASF dual-hosted git repository. wanghailin pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/seatunnel.git The following commit(s) were added to refs/heads/dev by this push: new 8e29ecf54f [Feature][CDC] Add 'schema-changes.e

Re: [PR] [Feature][CDC] Add 'schema-changes.enabled' options [seatunnel]

2024-12-15 Thread via GitHub
hailin0 merged PR #8285: URL: https://github.com/apache/seatunnel/pull/8285 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@seatunne

Re: [PR] [Feature][CDC] Add 'schema-changes.enabled' options [seatunnel]

2024-12-15 Thread via GitHub
hailin0 commented on PR #8285: URL: https://github.com/apache/seatunnel/pull/8285#issuecomment-2544553130 link https://github.com/apache/seatunnel/pull/8278 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

Re: [PR] [Feature][Core] Add slot allocation strategy [seatunnel]

2024-12-15 Thread via GitHub
Hisoka-X commented on code in PR #8233: URL: https://github.com/apache/seatunnel/pull/8233#discussion_r1886107628 ## seatunnel-e2e/seatunnel-connector-v2-e2e/connector-rabbitmq-e2e/src/test/java/org/apache/seatunnel/e2e/connector/rabbitmq/RabbitmqIT.java: ## @@ -66,6 +67,7 @@ i

Re: [PR] [Feature][K8S deploy] add helm chart [seatunnel]

2024-12-15 Thread via GitHub
Hisoka-X commented on code in PR #8291: URL: https://github.com/apache/seatunnel/pull/8291#discussion_r1886100451 ## docs/zh/start-v2/kubernetes/helm.md: ## @@ -75,13 +75,11 @@ MASTER_POD=$(kubectl get po -l 'app.kubernetes.io/name=seatunnel-master' | sed # 进入master pod kube

Re: [I] [Bug] [SeaTunnel Runs On Spark] java.lang.NoSuchMethodError: org.apache.spark.sql.catalyst.encoders.RowEncoder.apply [seatunnel]

2024-12-15 Thread via GitHub
yinrui97 commented on issue #8303: URL: https://github.com/apache/seatunnel/issues/8303#issuecomment-2544474273 `org.apache.spark.sql.catalyst.encoders.RowEncoder` class in `spark-sql-api_2.13-3.5.3.jar` does not have **apply** method -- This is an automated message from the Apache Git Se

Re: [PR] [Feature][K8S deploy] add helm chart [seatunnel]

2024-12-15 Thread via GitHub
FrommyMind commented on code in PR #8291: URL: https://github.com/apache/seatunnel/pull/8291#discussion_r1886105491 ## docs/zh/start-v2/kubernetes/helm.md: ## @@ -75,13 +75,11 @@ MASTER_POD=$(kubectl get po -l 'app.kubernetes.io/name=seatunnel-master' | sed # 进入master pod ku

Re: [PR] [Feature][K8S deploy] add helm chart [seatunnel]

2024-12-15 Thread via GitHub
Hisoka-X commented on code in PR #8291: URL: https://github.com/apache/seatunnel/pull/8291#discussion_r1886105201 ## docs/zh/start-v2/kubernetes/helm.md: ## @@ -75,13 +75,11 @@ MASTER_POD=$(kubectl get po -l 'app.kubernetes.io/name=seatunnel-master' | sed # 进入master pod kube

Re: [I] [Feature][Transform][Replace] Support schema change apply [seatunnel]

2024-12-15 Thread via GitHub
dufeng1010 commented on issue #8255: URL: https://github.com/apache/seatunnel/issues/8255#issuecomment-2544468603 i want to contribute it. can you assign me? -- 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

Re: [PR] [Feature][K8S deploy] add helm chart [seatunnel]

2024-12-15 Thread via GitHub
FrommyMind commented on code in PR #8291: URL: https://github.com/apache/seatunnel/pull/8291#discussion_r1886103458 ## docs/zh/start-v2/kubernetes/helm.md: ## @@ -75,13 +75,11 @@ MASTER_POD=$(kubectl get po -l 'app.kubernetes.io/name=seatunnel-master' | sed # 进入master pod ku

Re: [PR] [Feature][K8S deploy] add helm chart [seatunnel]

2024-12-15 Thread via GitHub
FrommyMind commented on code in PR #8291: URL: https://github.com/apache/seatunnel/pull/8291#discussion_r1886100474 ## .github/workflows/publish-helm-chart.yaml: ## @@ -0,0 +1,58 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agre

Re: [PR] [Feature][K8S deploy] add helm chart [seatunnel]

2024-12-15 Thread via GitHub
FrommyMind commented on code in PR #8291: URL: https://github.com/apache/seatunnel/pull/8291#discussion_r1886095656 ## .github/workflows/publish-helm-chart.yaml: ## @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agre

Re: [PR] [Feature][K8S deploy] add helm chart [seatunnel]

2024-12-15 Thread via GitHub
FrommyMind commented on code in PR #8291: URL: https://github.com/apache/seatunnel/pull/8291#discussion_r1886095187 ## docs/zh/start-v2/kubernetes/helm.md: ## @@ -75,13 +75,11 @@ MASTER_POD=$(kubectl get po -l 'app.kubernetes.io/name=seatunnel-master' | sed # 进入master pod ku

[I] [Bug] [SeaTunnel Runs On Spark] java.lang.NoSuchMethodError: org.apache.spark.sql.catalyst.encoders.RowEncoder.apply [seatunnel]

2024-12-15 Thread via GitHub
yinrui97 opened a new issue, #8303: URL: https://github.com/apache/seatunnel/issues/8303 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened

Re: [PR] [Improve][ClickhouseFile Connector] Unified specifying clickhouse file generation path [seatunnel]

2024-12-15 Thread via GitHub
caicancai commented on PR #8302: URL: https://github.com/apache/seatunnel/pull/8302#issuecomment-259058 The default path for generating the new version of clickhouse file is default, not _local, so we can specify this parameter to specify the generation path -- This is an automated m

[PR] [Improve][ClickhouseFile Connector] Unified specifying clickhouse file generation path [seatunnel]

2024-12-15 Thread via GitHub
caicancai opened a new pull request, #8302: URL: https://github.com/apache/seatunnel/pull/8302 ### Purpose of this pull request ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? ### Chec

Re: [PR] [Imporve][ClickhouseFile] Directly connect to each shard node to obtain the corresponding path [seatunnel]

2024-12-15 Thread via GitHub
caicancai commented on code in PR #8296: URL: https://github.com/apache/seatunnel/pull/8296#discussion_r1886089796 ## seatunnel-connectors-v2/connector-clickhouse/src/main/java/org/apache/seatunnel/connectors/seatunnel/clickhouse/util/ClickhouseProxy.java: ## @@ -274,6 +274,58 @

Re: [PR] [Feature][K8S deploy] add helm chart [seatunnel]

2024-12-15 Thread via GitHub
Hisoka-X commented on code in PR #8291: URL: https://github.com/apache/seatunnel/pull/8291#discussion_r1886089370 ## docs/zh/start-v2/kubernetes/helm.md: ## @@ -75,13 +75,11 @@ MASTER_POD=$(kubectl get po -l 'app.kubernetes.io/name=seatunnel-master' | sed # 进入master pod kube

Re: [PR] [Feature][K8S deploy] add helm chart [seatunnel]

2024-12-15 Thread via GitHub
Hisoka-X commented on code in PR #8291: URL: https://github.com/apache/seatunnel/pull/8291#discussion_r1886088875 ## .github/workflows/publish-helm-chart.yaml: ## @@ -0,0 +1,58 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreem

Re: [PR] Support the jdbc connector for highgo db [seatunnel]

2024-12-15 Thread via GitHub
Hisoka-X commented on code in PR #8282: URL: https://github.com/apache/seatunnel/pull/8282#discussion_r1886080539 ## seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-7/src/test/java/org/apache/seatunnel/connectors/seatunnel/jdbc/JdbcHighGoIT.java:

Re: [PR] [Imporve][ClickhouseFile] Directly connect to each shard node to obtain the corresponding path [seatunnel]

2024-12-15 Thread via GitHub
Hisoka-X commented on code in PR #8296: URL: https://github.com/apache/seatunnel/pull/8296#discussion_r1886087408 ## seatunnel-connectors-v2/connector-clickhouse/src/main/java/org/apache/seatunnel/connectors/seatunnel/clickhouse/util/ClickhouseProxy.java: ## @@ -274,6 +274,58 @@

Re: [PR] [Imporve][ClickhouseFile] Directly connect to each shard node to obtain the corresponding path [seatunnel]

2024-12-15 Thread via GitHub
caicancai commented on code in PR #8296: URL: https://github.com/apache/seatunnel/pull/8296#discussion_r1886082845 ## seatunnel-connectors-v2/connector-clickhouse/src/main/java/org/apache/seatunnel/connectors/seatunnel/clickhouse/util/ClickhouseProxy.java: ## @@ -274,6 +274,58 @

Re: [PR] [Imporve][ClickhouseFile] Directly connect to each shard node to obtain the corresponding path [seatunnel]

2024-12-15 Thread via GitHub
caicancai commented on code in PR #8296: URL: https://github.com/apache/seatunnel/pull/8296#discussion_r1886082845 ## seatunnel-connectors-v2/connector-clickhouse/src/main/java/org/apache/seatunnel/connectors/seatunnel/clickhouse/util/ClickhouseProxy.java: ## @@ -274,6 +274,58 @

Re: [PR] [Feature][K8S deploy] add helm chart [seatunnel]

2024-12-15 Thread via GitHub
Hisoka-X commented on code in PR #8291: URL: https://github.com/apache/seatunnel/pull/8291#discussion_r1886073276 ## docs/en/start-v2/kubernetes/helm.md: ## @@ -0,0 +1,76 @@ +--- +sidebar_position: 4 +--- + +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem';

Re: [PR] [Feature][K8S deploy] add helm chart [seatunnel]

2024-12-15 Thread via GitHub
Hisoka-X commented on code in PR #8291: URL: https://github.com/apache/seatunnel/pull/8291#discussion_r1886070689 ## .github/workflows/publish-helm-chart.yaml: ## @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreem

Re: [PR] [Feature][Connector-V2[Doris]Support sink ddl [seatunnel]

2024-12-15 Thread via GitHub
hailin0 commented on PR #8250: URL: https://github.com/apache/seatunnel/pull/8250#issuecomment-2544412273 Please check 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 specific commen

Re: [I] [Feature][Jdbc] Support sink ddl for sqlserver [seatunnel]

2024-12-15 Thread via GitHub
hailin0 commented on issue #8114: URL: https://github.com/apache/seatunnel/issues/8114#issuecomment-2544411257 No response, the issue assignment has been cancelled -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [Improve][E2E] improve oracle e2e [seatunnel]

2024-12-15 Thread via GitHub
Hisoka-X commented on PR #8292: URL: https://github.com/apache/seatunnel/pull/8292#issuecomment-2544404302 link #8285 -- 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 un

Re: [PR] [Imporve][ClickhouseFile] Directly connect to each shard node to obtain the corresponding path [seatunnel]

2024-12-15 Thread via GitHub
Hisoka-X commented on code in PR #8296: URL: https://github.com/apache/seatunnel/pull/8296#discussion_r1886058165 ## seatunnel-connectors-v2/connector-clickhouse/src/main/java/org/apache/seatunnel/connectors/seatunnel/clickhouse/util/ClickhouseProxy.java: ## @@ -274,6 +274,58 @@

(seatunnel) branch dev updated: [Improve][ClickhouseFile] Clickhouse supports option configuration when connecting to shard nodes (#8297)

2024-12-15 Thread wanghailin
This is an automated email from the ASF dual-hosted git repository. wanghailin pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/seatunnel.git The following commit(s) were added to refs/heads/dev by this push: new 1ded1b6206 [Improve][ClickhouseFile] Clickhouse

Re: [PR] [Improve][ClickhouseFile] Clickhouse supports option configuration when connecting to shard nodes [seatunnel]

2024-12-15 Thread via GitHub
hailin0 merged PR #8297: URL: https://github.com/apache/seatunnel/pull/8297 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@seatunne

[I] [Bug] [JDBC source] Automatic Split Chunk does not support string type primary key [seatunnel]

2024-12-15 Thread via GitHub
Doooing opened a new issue, #8301: URL: https://github.com/apache/seatunnel/issues/8301 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened

Re: [PR] [Improve][Transform] Rename sql transform table name form 'fake' to 'dual' [seatunnel]

2024-12-15 Thread via GitHub
Hisoka-X commented on code in PR #8298: URL: https://github.com/apache/seatunnel/pull/8298#discussion_r1886034811 ## seatunnel-transforms-v2/src/main/java/org/apache/seatunnel/transform/sql/zeta/ZetaSQLEngine.java: ## @@ -128,7 +128,8 @@ private void validateSQL(Statement statem

[I] [Feature][ jdbc source ] pg不支持char类型 [seatunnel]

2024-12-15 Thread via GitHub
Doooing opened a new issue, #8300: URL: https://github.com/apache/seatunnel/issues/8300 ### Search before asking - [X] I had searched in the [feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement. #

Re: [PR] [Feature][transform-v2] Support transform metrics [seatunnel]

2024-12-15 Thread via GitHub
CosmosNi commented on PR #8173: URL: https://github.com/apache/seatunnel/pull/8173#issuecomment-2544285252 @hailin0 @Hisoka-X 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 specific co

Re: [PR] [Feature][Jdbc] Support sink ddl for postgresql [seatunnel]

2024-12-15 Thread via GitHub
dailai commented on PR #8276: URL: https://github.com/apache/seatunnel/pull/8276#issuecomment-2544264988 Please add e2e for pg-cdc to jdbc pg. I think this is probably the more common use case. -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [I] [Bug] [mysqlCDC-to-kafka] Unable to create a source for identifier 'MySQL-CDC' [seatunnel]

2024-12-15 Thread via GitHub
github-actions[bot] commented on issue #8063: URL: https://github.com/apache/seatunnel/issues/8063#issuecomment-2544241807 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 occurs.

Re: [I] [Bug] [MySQL-CDC to Doris] 流式任务状态显示失败但是任务仍在运行,也无法手工停止 [seatunnel]

2024-12-15 Thread via GitHub
github-actions[bot] commented on issue #8065: URL: https://github.com/apache/seatunnel/issues/8065#issuecomment-2544241798 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 occurs.

Re: [I] psgsql表的id是uuid,执行任务报错 [seatunnel]

2024-12-15 Thread via GitHub
github-actions[bot] commented on issue #8066: URL: https://github.com/apache/seatunnel/issues/8066#issuecomment-2544241787 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 occurs.

Re: [I] [Bug] [Connector][Paimon] setLoadTable too late when restoreJob [seatunnel]

2024-12-15 Thread via GitHub
github-actions[bot] commented on issue #8070: URL: https://github.com/apache/seatunnel/issues/8070#issuecomment-2544241763 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 occurs.

Re: [PR] Support the jdbc connector for highgo db [seatunnel]

2024-12-15 Thread via GitHub
SimonChou12138 commented on code in PR #8282: URL: https://github.com/apache/seatunnel/pull/8282#discussion_r1885765485 ## seatunnel-connectors-v2/connector-jdbc/src/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/catalog/highgo/HighGoCatalog.java: ## @@ -0,0 +1,42 @@ +

(seatunnel) branch dev updated: [Improve][Connector-V2] Add pre-check starrocks version before exeucte alter table field name (#8237)

2024-12-15 Thread wanghailin
This is an automated email from the ASF dual-hosted git repository. wanghailin pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/seatunnel.git The following commit(s) were added to refs/heads/dev by this push: new c24e3b12ba [Improve][Connector-V2] Add pre-chec

Re: [PR] [Improve][Connector-V2] Add pre-check starrocks version before exeucte alter table field name [seatunnel]

2024-12-15 Thread via GitHub
hailin0 merged PR #8237: URL: https://github.com/apache/seatunnel/pull/8237 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@seatunne

(seatunnel) branch dev updated: [Improve][Jdbc] Support nvarchar in dm (#8270)

2024-12-15 Thread wanghailin
This is an automated email from the ASF dual-hosted git repository. wanghailin pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/seatunnel.git The following commit(s) were added to refs/heads/dev by this push: new 2f1c54ee2e [Improve][Jdbc] Support nvarchar in

Re: [PR] [Improve][Jdbc] Support nvarchar in dm [seatunnel]

2024-12-15 Thread via GitHub
hailin0 merged PR #8270: URL: https://github.com/apache/seatunnel/pull/8270 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@seatunne

Re: [PR] [fix] Disable rabbit e2e code [seatunnel]

2024-12-15 Thread via GitHub
hawk9821 commented on PR #8299: URL: https://github.com/apache/seatunnel/pull/8299#issuecomment-2543851633 image has already recovered -- 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

(seatunnel) branch dev updated: [Imporve][ClickhouseFile] Improve clickhousefile generation parameter configuration (#8293)

2024-12-15 Thread wanghailin
This is an automated email from the ASF dual-hosted git repository. wanghailin pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/seatunnel.git The following commit(s) were added to refs/heads/dev by this push: new 753e058fee [Imporve][ClickhouseFile] Improve cl

Re: [I] [Bug] [kakfa] class org.apache.kafka.common.serialization.ByteArraySerializer is not an instance of org.apache.kafka.common.serialization.Serializer [seatunnel]

2024-12-15 Thread via GitHub
SimonMorphy commented on issue #8090: URL: https://github.com/apache/seatunnel/issues/8090#issuecomment-2543708764 > 我也遇到这个问题了,我的版本是2.3.8,如何解决呢 我切换版本之后发现 2.3.7 和 2.3.8都有这个问题,但用 2.3.5就没有 -- This is an automated message from the Apache Git Service. To respond to the message, please lo

Re: [PR] [Feature][web datasource-postgresql-cdc] support web add pg cdc dadasource [seatunnel-web]

2024-12-15 Thread via GitHub
fanxishu closed pull request #188: [Feature][web datasource-postgresql-cdc] support web add pg cdc dadasource URL: https://github.com/apache/seatunnel-web/pull/188 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[PR] [Feature][web datasource-postgresql-cdc] support web add pg cdc dadasource [seatunnel-web]

2024-12-15 Thread via GitHub
fanxishu opened a new pull request, #188: URL: https://github.com/apache/seatunnel-web/pull/188 ## 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 package