[PR] Bump nanoid from 3.3.7 to 3.3.8 [seatunnel-website]

2024-12-14 Thread via GitHub
dependabot[bot] opened a new pull request, #350: URL: https://github.com/apache/seatunnel-website/pull/350 Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. Changelog Sourced from https://github.com/ai/nanoid/blob/main/CHANGELOG.md";>nanoid's changelog. 3.3.8

(seatunnel-website) branch dependabot/npm_and_yarn/nanoid-3.3.8 created (now 27aa57e31d8)

2024-12-14 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/nanoid-3.3.8 in repository https://gitbox.apache.org/repos/asf/seatunnel-website.git at 27aa57e31d8 Bump nanoid from 3.3.7 to 3.3.8 No new revisions were added

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

2024-12-14 Thread via GitHub
FrommyMind commented on PR #8291: URL: https://github.com/apache/seatunnel/pull/8291#issuecomment-2543462804 > helm安装后 开启ingress true 报错 ingress.yaml中 其中port: name 应该是port: number 应该是 spec: rules: > > host: "{{ .Values.ingress.host }}" http: paths: > > * path: {{ .Values.ingres

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

2024-12-14 Thread via GitHub
hailin0 opened a new pull request, #8298: URL: https://github.com/apache/seatunnel/pull/8298 ### Purpose of this pull request [Transform] Rename sql transform table name form 'fake' to 'dual' ### Does this PR introduce _any_ user-facing change? No ### H

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

2024-12-14 Thread via GitHub
zhangshenghang opened a new pull request, #8299: URL: https://github.com/apache/seatunnel/pull/8299 ### Purpose of this pull request Temporarily shut down Rabbitmq. There is a problem with the official image, which affects other PRs running CI. https://github.com/user-attachmen

[PR] [Improve][E2E] improve kafka e2e [seatunnel]

2024-12-14 Thread via GitHub
hawk9821 opened a new pull request, #8295: URL: https://github.com/apache/seatunnel/pull/8295 ### Purpose of this pull request before ![image](https://github.com/user-attachments/assets/8d54f1a4-5bc8-4364-bc7a-83b95d9c5ed3) after ![image](https://github.com/user-attachm

[PR] [Improve] Directly connect to each shard node to obtain the corresponding path [seatunnel]

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

[PR] [Improve][ClickhouseFile] ClickhouseFile connection should support option configuration [seatunnel]

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

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

2024-12-14 Thread via GitHub
caicancai commented on PR #8297: URL: https://github.com/apache/seatunnel/pull/8297#issuecomment-2543142486 cc @Hisoka-X -- 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

Re: [PR] [Imporve][ClickhouseFile] Improve clickhousefile generation parameter configuration [seatunnel]

2024-12-14 Thread via GitHub
caicancai commented on PR #8293: URL: https://github.com/apache/seatunnel/pull/8293#issuecomment-2543142612 cc @Hisoka-X -- 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

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

2024-12-14 Thread via GitHub
flyrun9527 commented on issue #8283: URL: https://github.com/apache/seatunnel/issues/8283#issuecomment-2543154819 helm安装后 开启ingress true 报错 这个报错啥原因啊 * Ingress in version "v1" cannot be handled as a Ingress: v1.Ingress.Spec: v1.IngressSpec.Rules: []v1.IngressRule: v1.IngressRu

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

2024-12-14 Thread via GitHub
flyrun9527 commented on issue #8283: URL: https://github.com/apache/seatunnel/issues/8283#issuecomment-2543157147 找到问题了 ingress.yaml中 其中port: name 应该是port: number 应该是 spec: rules: - host: "{{ .Values.ingress.host }}" http: paths: - path: {{ .Values.i

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

2024-12-14 Thread via GitHub
flyrun9527 commented on PR #8291: URL: https://github.com/apache/seatunnel/pull/8291#issuecomment-2543157893 helm安装后 开启ingress true 报错 ingress.yaml中 其中port: name 应该是port: number 应该是 spec: rules: host: "{{ .Values.ingress.host }}" http: paths: - path: {{ .Values.ingres

Re: [I] [Bug] [Connectors-v2] "NullPointerException Due to Incomplete Metadata Extraction in SeaTunnel Kafka [seatunnel]

2024-12-14 Thread via GitHub
github-actions[bot] commented on issue #8053: URL: https://github.com/apache/seatunnel/issues/8053#issuecomment-2543391455 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] [Postgres CDC]java.lang.NoSuchMethodError: org.apache.seatunnel.connectors.cdc.base.source.reader.IncrementalSourceReader.isNoMoreSplitsAssignment()Z [seatunnel]

2024-12-14 Thread via GitHub
github-actions[bot] commented on issue #8055: URL: https://github.com/apache/seatunnel/issues/8055#issuecomment-2543391452 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] MYSQL CDC到Paimon0.9 flink1.9版本,提交任务会报:Provider org.apache.paimon.flink.action.CloneActionFactory not a subtype [seatunnel]

2024-12-14 Thread via GitHub
github-actions[bot] commented on issue #8049: URL: https://github.com/apache/seatunnel/issues/8049#issuecomment-2543391459 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] [Feature][Clickhouse] Support multi-table sink write [seatunnel]

2024-12-14 Thread via GitHub
github-actions[bot] commented on issue #8059: URL: https://github.com/apache/seatunnel/issues/8059#issuecomment-2543391444 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] [Improve] Speed up ck file attach (#6091) [seatunnel]

2024-12-14 Thread via GitHub
caicancai commented on PR #6138: URL: https://github.com/apache/seatunnel/pull/6138#issuecomment-2543398960 @hailin0 I think all corresponding clickhousefile files should be generated before attaching, otherwise some files may fail to be generated, resulting in failure to attach some files.

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

2024-12-14 Thread via GitHub
Hisoka-X commented on code in PR #8276: URL: https://github.com/apache/seatunnel/pull/8276#discussion_r1885456703 ## seatunnel-connectors-v2/connector-jdbc/src/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/internal/dialect/JdbcDialect.java: ## @@ -774,20 +784,24 @@ de

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

2024-12-14 Thread via GitHub
Hisoka-X commented on code in PR #8297: URL: https://github.com/apache/seatunnel/pull/8297#discussion_r1885457907 ## seatunnel-connectors-v2/connector-clickhouse/src/main/java/org/apache/seatunnel/connectors/seatunnel/clickhouse/shard/Shard.java: ## @@ -44,7 +45,8 @@ public Shar

Re: [PR] [Improve] Speed up ck file attach (#6091) [seatunnel]

2024-12-14 Thread via GitHub
Hisoka-X commented on PR #6138: URL: https://github.com/apache/seatunnel/pull/6138#issuecomment-2543410660 > We should not attach a clickhousefile file immediately after it is generated. +1 -- This is an automated message from the Apache Git Service. To respond to the message, plea

(seatunnel) branch dev updated: [Improve][E2E] improve kafka e2e (#8295)

2024-12-14 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/seatunnel.git The following commit(s) were added to refs/heads/dev by this push: new 3b649727ef [Improve][E2E] improve kafka e2e (#8295)

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

2024-12-14 Thread via GitHub
Hisoka-X merged PR #8295: URL: https://github.com/apache/seatunnel/pull/8295 -- 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...@seatunn

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

2024-12-14 Thread via GitHub
Hisoka-X commented on PR #8292: URL: https://github.com/apache/seatunnel/pull/8292#issuecomment-2543418471 cc @hailin0 -- 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 u

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

2024-12-14 Thread via GitHub
zhangshenghang commented on PR #8233: URL: https://github.com/apache/seatunnel/pull/8233#issuecomment-2543427170 @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