Hisoka-X commented on code in PR #8622:
URL: https://github.com/apache/seatunnel/pull/8622#discussion_r1947551166
##
seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/master/JobMaster.java:
##
@@ -235,19 +235,27 @@ public synchronized void
hailin0 commented on code in PR #8625:
URL: https://github.com/apache/seatunnel/pull/8625#discussion_r1947540154
##
docs/en/transform-v2/sql-functions.md:
##
@@ -385,6 +385,26 @@ Example:
ACOS(D)
+### MAX
+
+```MAX(ARRAY)```
Review Comment:
rename to ARRAY_MAX ?
--
hailin0 commented on code in PR #8622:
URL: https://github.com/apache/seatunnel/pull/8622#discussion_r1947543615
##
seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/master/JobMaster.java:
##
@@ -235,19 +235,27 @@ public synchronized void
CosmosNi commented on code in PR #8625:
URL: https://github.com/apache/seatunnel/pull/8625#discussion_r1947545294
##
docs/en/transform-v2/sql-functions.md:
##
@@ -385,6 +385,26 @@ Example:
ACOS(D)
+### MAX
+
+```MAX(ARRAY)```
Review Comment:
get
--
This is an automa
dependabot[bot] commented on PR #8570:
URL: https://github.com/apache/seatunnel/pull/8570#issuecomment-2646081049
OK, I won't notify you again about this release, but will get in touch when
a new version is available. If you'd rather skip all updates until the next
major or minor version, l
davidzollo closed pull request #8605: Bump net.snowflake:snowflake-jdbc from
3.13.29 to 3.22.0 in /seatunnel-connectors-v2/connector-jdbc
URL: https://github.com/apache/seatunnel/pull/8605
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
davidzollo closed pull request #8597: Bump org.apache.hive:hive-exec from 2.3.9
to 4.0.1 in /seatunnel-connectors-v2/connector-iceberg
URL: https://github.com/apache/seatunnel/pull/8597
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/seatunnel-engine/seatunnel-engine-ui/vitest-1.6.1
in repository https://gitbox.apache.org/repos/asf/seatunnel.git
was 524271c9aa Bump vitest from 1.6.0 to 1.6.1
davidzollo closed pull request #8570: Bump vite from 5.4.9 to 5.4.14 in
/seatunnel-engine/seatunnel-engine-ui
URL: https://github.com/apache/seatunnel/pull/8570
--
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
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/seatunnel-engine/seatunnel-engine-ui/vite-5.4.14
in repository https://gitbox.apache.org/repos/asf/seatunnel.git
was cfd42956d6 Bump vite from 5.4.9 to 5.4.14 in
davidzollo closed pull request #8606: Bump vitest from 1.6.0 to 1.6.1 in
/seatunnel-engine/seatunnel-engine-ui
URL: https://github.com/apache/seatunnel/pull/8606
--
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
davidzollo merged PR #8628:
URL: https://github.com/apache/seatunnel/pull/8628
--
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...@seatu
dependabot[bot] commented on PR #8597:
URL: https://github.com/apache/seatunnel/pull/8597#issuecomment-2646081054
OK, I won't notify you again about this release, but will get in touch when
a new version is available. If you'd rather skip all updates until the next
major or minor version, l
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/seatunnel-connectors-v2/connector-iceberg/org.apache.hive-hive-exec-4.0.1
in repository https://gitbox.apache.org/repos/asf/seatunnel.git
was e2c5b5d62f Bump org.apache
dependabot[bot] commented on PR #8606:
URL: https://github.com/apache/seatunnel/pull/8606#issuecomment-2646081059
OK, I won't notify you again about this release, but will get in touch when
a new version is available. If you'd rather skip all updates until the next
major or minor version, l
This is an automated email from the ASF dual-hosted git repository.
lidongdai 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 f473bf49a7 [Improve][e2e] Remove duplicate depen
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/seatunnel-connectors-v2/connector-jdbc/net.snowflake-snowflake-jdbc-3.22.0
in repository https://gitbox.apache.org/repos/asf/seatunnel.git
was a5a474bddc Bump net.snowf
dependabot[bot] commented on PR #8605:
URL: https://github.com/apache/seatunnel/pull/8605#issuecomment-2646081056
OK, I won't notify you again about this release, but will get in touch when
a new version is available. If you'd rather skip all updates until the next
major or minor version, l
FrommyMind commented on issue #8567:
URL: https://github.com/apache/seatunnel/issues/8567#issuecomment-2644815326
Verified with Seatunnel 2.3.9, and it works perfectly.
MySQL data:

KRISHNA-798 commented on issue #8619:
URL: https://github.com/apache/seatunnel/issues/8619#issuecomment-2645011156
Hi @SoulSong , yes you are right but mongodb cdc works with "debezium_json"
format in kafka source and sink.
1st config:
```
env {
parallelism = 1
job
forkTemi opened a new issue, #8629:
URL: https://github.com/apache/seatunnel/issues/8629
### 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.
KRISHNA-798 commented on issue #6550:
URL: https://github.com/apache/seatunnel/issues/6550#issuecomment-2645731926
hi @chess3cake so the solution for above might be we need to specify
schema-names field in source postgres cdc. Hope this helps.
--
This is an automated message from the Apac
github-actions[bot] commented on issue #8490:
URL: https://github.com/apache/seatunnel/issues/8490#issuecomment-2645999684
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 #8478:
URL: https://github.com/apache/seatunnel/issues/8478#issuecomment-2645999688
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.
zhangshenghang opened a new pull request, #8630:
URL: https://github.com/apache/seatunnel/pull/8630
### Purpose of this pull request
Fix the problem that DorisIT cannot run local
### Does this PR introduce _any_ user-facing change?
### How was this patch teste
zhangshenghang commented on PR #8630:
URL: https://github.com/apache/seatunnel/pull/8630#issuecomment-2646001297
@hawk9821 @Hisoka-X PTAL.
If `initializeBE()` is not run locally, it will report an error.
--
This is an automated message from the Apache Git Service.
To respond to the me
26 matches
Mail list logo