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
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
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
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
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
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)
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
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
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
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
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.
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.
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.
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.
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.
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
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
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
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
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
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
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
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?
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
hawk9821 opened a new pull request, #8295:
URL: https://github.com/apache/seatunnel/pull/8295
### Purpose of this pull request
before

after
![image](https://github.com/user-attachm
25 matches
Mail list logo