Re: [I] [Bug] [connector-file-s3] S3 sink data loss [seatunnel]

2025-04-10 Thread via GitHub
cw-longwang commented on issue #9133: URL: https://github.com/apache/seatunnel/issues/9133#issuecomment-2791786710 single_file_mode=false data_save_mode=APPEND_DATA custom_filename=true I have tried all these parameters, but none of them worked. Even if I customize the file name an

Re: [PR] [Feature][Transform] Support single/batch mode vectorization using Amazon Titan & cohere embedding model [seatunnel]

2025-04-10 Thread via GitHub
SEZ9 commented on code in PR #9120: URL: https://github.com/apache/seatunnel/pull/9120#discussion_r2032549143 ## seatunnel-transforms-v2/src/main/java/org/apache/seatunnel/transform/nlpmodel/embedding/EmbeddingTransformFactory.java: ## @@ -48,6 +48,14 @@ public OptionRule option

Re: [PR] [Feature] Add Support for Authorization [seatunnel-web]

2025-04-10 Thread via GitHub
arshadmohammad commented on PR #285: URL: https://github.com/apache/seatunnel-web/pull/285#issuecomment-2793873688 ![Screenshot from 2025-04-10 20-06-38](https://github.com/user-attachments/assets/211938b5-843f-4fdd-912f-ccb3f0e4667c) All integration tests are passed. JobExecutorCo

Re: [I] [Bug] [Zeta] Occasional checkpoint failed when use COS as checkpoint storage [seatunnel]

2025-04-10 Thread via GitHub
Hisoka-X commented on issue #9124: URL: https://github.com/apache/seatunnel/issues/9124#issuecomment-2792617491 > Seems like you should create `seatunnel-hadoop3-3.4.1-uber` +1, let's upgrade hadoop version. -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] [Feature] Add Workspace Support [seatunnel-web]

2025-04-10 Thread via GitHub
arshadmohammad commented on PR #284: URL: https://github.com/apache/seatunnel-web/pull/284#issuecomment-2793374046 Thank you @Hisoka-X and @zhangshenghang for reviewing the PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [I] [Feature][Seatunnel-We][Workspace] Add select workspace option in login page [seatunnel]

2025-04-10 Thread via GitHub
arshadmohammad closed issue #9131: [Feature][Seatunnel-We][Workspace] Add select workspace option in login page URL: https://github.com/apache/seatunnel/issues/9131 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [Feature] Add Workspace Support [seatunnel-web]

2025-04-10 Thread via GitHub
arshadmohammad merged PR #284: URL: https://github.com/apache/seatunnel-web/pull/284 -- 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...

[I] [Feature][MySQL CDC] MySQL cdc support start by time [seatunnel]

2025-04-10 Thread via GitHub
davidzollo opened a new issue, #9144: URL: https://github.com/apache/seatunnel/issues/9144 ### 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.

[PR] Bump org.apache.poi:poi-ooxml from 4.1.2 to 5.4.0 in /seatunnel-connectors-v2/connector-file/connector-file-base [seatunnel]

2025-04-10 Thread via GitHub
dependabot[bot] opened a new pull request, #9145: URL: https://github.com/apache/seatunnel/pull/9145 Bumps org.apache.poi:poi-ooxml from 4.1.2 to 5.4.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache

[I] [BUG][connector-file-base] Error reading int32 field value in parquet file [seatunnel]

2025-04-10 Thread via GitHub
JeremyXin opened a new issue, #9141: URL: https://github.com/apache/seatunnel/issues/9141 ### 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] [Feat][Connector-v2][Iceberg]support filter conditions in iceberg source [seatunnel]

2025-04-10 Thread via GitHub
litiliu commented on code in PR #9095: URL: https://github.com/apache/seatunnel/pull/9095#discussion_r2036920445 ## docs/en/connector-v2/source/Iceberg.md: ## @@ -112,6 +114,7 @@ source { } namespace = "database1" table = "source" +filter = "select * from tabl

Re: [PR] [Improve][Connector-V2][Http] Supports Cursor-based Pagination (#9109) [seatunnel]

2025-04-10 Thread via GitHub
Alberne commented on code in PR #9138: URL: https://github.com/apache/seatunnel/pull/9138#discussion_r2036986149 ## seatunnel-connectors-v2/connector-http/connector-http-base/src/main/java/org/apache/seatunnel/connectors/seatunnel/http/config/HttpSourceOptions.java: ## @@ -66,6

Re: [PR] [Feature] Add Support for Authorization [seatunnel-web]

2025-04-10 Thread via GitHub
arshadmohammad commented on PR #285: URL: https://github.com/apache/seatunnel-web/pull/285#issuecomment-2792037110 I will rebase this PR once https://github.com/apache/seatunnel-web/pull/284 has been merged. -- This is an automated message from the Apache Git Service. To respond to the me

Re: [PR] [Improve][Connector-V2][Http] Supports Cursor-based Pagination (#9109) [seatunnel]

2025-04-10 Thread via GitHub
Alberne commented on code in PR #9138: URL: https://github.com/apache/seatunnel/pull/9138#discussion_r2036972608 ## seatunnel-connectors-v2/connector-http/connector-http-base/src/main/java/org/apache/seatunnel/connectors/seatunnel/http/config/HttpSourceOptions.java: ## @@ -27,6

[PR] [Improve][Doc] Adjust description of trim series sql function [seatunnel]

2025-04-10 Thread via GitHub
Hisoka-X opened a new pull request, #9143: URL: https://github.com/apache/seatunnel/pull/9143 ### Purpose of this pull request Adjust description of trim series sql function, because it has some misleading info. ### Does this PR introduce _any_ user-facing change?

Re: [PR] [Improve][Connector-V2][Http] Supports Cursor-based Pagination (#9109) [seatunnel]

2025-04-10 Thread via GitHub
Alberne commented on code in PR #9138: URL: https://github.com/apache/seatunnel/pull/9138#discussion_r2037071240 ## seatunnel-connectors-v2/connector-http/connector-http-base/src/main/java/org/apache/seatunnel/connectors/seatunnel/http/config/HttpSourceOptions.java: ## @@ -27,6

Re: [PR] [Improve][Connector-V2][Http] Supports Cursor-based Pagination (#9109) [seatunnel]

2025-04-10 Thread via GitHub
Alberne commented on code in PR #9138: URL: https://github.com/apache/seatunnel/pull/9138#discussion_r2037071240 ## seatunnel-connectors-v2/connector-http/connector-http-base/src/main/java/org/apache/seatunnel/connectors/seatunnel/http/config/HttpSourceOptions.java: ## @@ -27,6

Re: [PR] [bugfix] modify ObjectMapper configuration [seatunnel]

2025-04-10 Thread via GitHub
Hisoka-X commented on PR #9126: URL: https://github.com/apache/seatunnel/pull/9126#issuecomment-2792360426 waiting test case passes. -- 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 c

Re: [I] [BUG][connector-file-hadoop] When reading parquet file field value as BINARY type, write downstream data exception [seatunnel]

2025-04-10 Thread via GitHub
Hisoka-X commented on issue #9140: URL: https://github.com/apache/seatunnel/issues/9140#issuecomment-2792493145 > Actually, I noticed that getSeaTunnelRowTypeInfoWithUserConfigRowType method in OrcReadStrategy class is implemented to allow user-defined schema, but it isn't yet implemented i

Re: [PR] [Improve] User cannot delete themselves [seatunnel-web]

2025-04-10 Thread via GitHub
zhangshenghang merged PR #268: URL: https://github.com/apache/seatunnel-web/pull/268 -- 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...

Re: [PR] [Feature][Connector-V2] Support GraphQL Connector (#8557) [seatunnel]

2025-04-10 Thread via GitHub
hailin0 commented on code in PR #9021: URL: https://github.com/apache/seatunnel/pull/9021#discussion_r203727 ## seatunnel-connectors-v2/connector-graphql/src/main/java/org/apache/seatunnel/connectors/seatunnel/graphql/Exception/GraphQLConnectorErrorCode.java: ## @@ -0,0 +1,4

(seatunnel-web) branch main updated (014bed31 -> 90413e24)

2025-04-10 Thread shenghang
This is an automated email from the ASF dual-hosted git repository. shenghang pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/seatunnel-web.git from 014bed31 [Fix] Fix dead link (#282) add 90413e24 [Improve] User cannot delete themselves (#268) No new r

Re: [PR] [Feature][Transform] support boolean type for sql transform [seatunnel]

2025-04-10 Thread via GitHub
Hisoka-X commented on PR #9136: URL: https://github.com/apache/seatunnel/pull/9136#issuecomment-2792599373 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

[PR] [Fix][connector-file-base] fix parquet int32 convert error [seatunnel]

2025-04-10 Thread via GitHub
JeremyXin opened a new pull request, #9142: URL: https://github.com/apache/seatunnel/pull/9142 ### Purpose of this pull request fix issues #9141 ### Does this PR introduce _any_ user-facing change? ### How was this patch tested?

[I] [BUG][connector-file-hadoop] When reading parquet file field value as BINARY type, write downstream data exception [seatunnel]

2025-04-10 Thread via GitHub
JeremyXin opened a new issue, #9140: URL: https://github.com/apache/seatunnel/issues/9140 ### 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

[I] [Feature][Connector-V2] Support for Glue Catalog for Iceberg Sink [seatunnel]

2025-04-10 Thread via GitHub
mahimalalwani2312 opened a new issue, #9139: URL: https://github.com/apache/seatunnel/issues/9139 ### 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: [I] [Bug] [Module Name] com.huawei.gauss.jdbc.ZenithDriver-1.2.1 [No suitable driver found] [seatunnel]

2025-04-10 Thread via GitHub
tomoeshun commented on issue #9132: URL: https://github.com/apache/seatunnel/issues/9132#issuecomment-2791892567 > I think you should download the jdbc driver jar, and put into the lib path. I need to connect to Gauss DB, driver class name: com.huawei.gauss.jdbc.ZenithDriver URL Te

Re: [I] [Bug] [connector-file-s3] S3 sink data loss [seatunnel]

2025-04-10 Thread via GitHub
cw-longwang commented on issue #9133: URL: https://github.com/apache/seatunnel/issues/9133#issuecomment-2791940390 This problem only occurs when streaming out. Batch processing will roll files according to batchsize -- This is an automated message from the Apache Git Service. To respond t

Re: [PR] [Improve][Connector-V2][Http] Supports Cursor-based Pagination (#9109) [seatunnel]

2025-04-10 Thread via GitHub
Alberne commented on PR #9138: URL: https://github.com/apache/seatunnel/pull/9138#issuecomment-2792015880 > Please add e2e testcase > > https://github.com/apache/seatunnel/tree/dev/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-http-e2e added e2e test code completed, done~

Re: [PR] [Fix][Zeta] Occasional checkpoint failed when use COS as checkpoint storage [seatunnel]

2025-04-10 Thread via GitHub
hailin0 commented on PR #9137: URL: https://github.com/apache/seatunnel/pull/9137#issuecomment-2791831236 Seems like you should create `seatunnel-hadoop3-3.4.1-uber` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] [Feature] Add APIs to get resource names. [seatunnel-web]

2025-04-10 Thread via GitHub
arshadmohammad commented on PR #286: URL: https://github.com/apache/seatunnel-web/pull/286#issuecomment-2792038848 I will rebase this PR once https://github.com/apache/seatunnel-web/pull/285 has been merged. -- This is an automated message from the Apache Git Service. To respond to the me

Re: [PR] [Feature][Transform] Support single/batch mode vectorization using Amazon Titan & cohere embedding model [seatunnel]

2025-04-10 Thread via GitHub
SEZ9 commented on PR #9120: URL: https://github.com/apache/seatunnel/pull/9120#issuecomment-2785160943 updated EmbeddingTransformFactory ,add Amazon model config -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [I] [Bug] [seatunnel-connectors-v2] [connector-kafka] In the KafkaSource code, the elementsQueue is not assigned a size, resulting in an OutOfMemory (OOM) exception. [seatunnel]

2025-04-10 Thread via GitHub
Akshayp02 commented on issue #8956: URL: https://github.com/apache/seatunnel/issues/8956#issuecomment-2785275196 hey @davidzollo i would like to contribute on this issue kindly assign me to explore more -- This is an automated message from the Apache Git Service. To respond to the messa

[PR] [bugfix] modify ObjectMapper configuration [seatunnel]

2025-04-10 Thread via GitHub
misi1987107 opened a new pull request, #9126: URL: https://github.com/apache/seatunnel/pull/9126 ### Purpose of this pull request resolve bug https://github.com/apache/seatunnel/issues/8949 ### Does this PR introduce _any_ user-facing change? ### How w

Re: [PR] [Feature][Transform] support boolean type for sql transform [seatunnel]

2025-04-10 Thread via GitHub
Hisoka-X commented on PR #9136: URL: https://github.com/apache/seatunnel/pull/9136#issuecomment-2792603806 Please update the doc. -- 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

(seatunnel) branch dependabot/maven/seatunnel-connectors-v2/connector-file/connector-file-base/org.apache.poi-poi-ooxml-5.4.0 created (now 7c543c3caf)

2025-04-10 Thread github-bot
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-file/connector-file-base/org.apache.poi-poi-ooxml-5.4.0 in repository https://gitbox.apache.org/repos/asf/seatunnel.git at 7c543c3caf

Re: [PR] [Improve][Connector-V2][Http] Supports Cursor-based Pagination (#9109) [seatunnel]

2025-04-10 Thread via GitHub
TyrantLucifer commented on code in PR #9138: URL: https://github.com/apache/seatunnel/pull/9138#discussion_r2036896434 ## seatunnel-connectors-v2/connector-http/connector-http-base/src/main/java/org/apache/seatunnel/connectors/seatunnel/http/config/HttpSourceOptions.java: ## @@

(seatunnel) branch dev updated: [Improve][connector-doris] Improved doris source enumerator splits allocation algorithm for subtasks (#9108)

2025-04-10 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 5f55e31c29 [Improve][connector-doris] Improved

Re: [PR] [Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing [seatunnel]

2025-04-10 Thread via GitHub
liunaijie commented on code in PR #9118: URL: https://github.com/apache/seatunnel/pull/9118#discussion_r2032249163 ## seatunnel-ci-tools/pom.xml: ## @@ -36,6 +37,18 @@ ${javaparser.version} test + Review Comment: I find this functi

Re: [PR] [Fix][Connector-V2] Fix maxcompute write with multi parallelism [seatunnel]

2025-04-10 Thread via GitHub
wuchunfu merged PR #9089: URL: https://github.com/apache/seatunnel/pull/9089 -- 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

[I] [Bug] [Module Name] com.huawei.gauss.jdbc.ZenithDriver-1.2.1 [No suitable driver found] [seatunnel]

2025-04-10 Thread via GitHub
tomoeshun opened a new issue, #9132: URL: https://github.com/apache/seatunnel/issues/9132 ### 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] Bump org.apache.poi:poi-ooxml from 4.1.2 to 5.4.0 in /seatunnel-connectors-v2/connector-file/connector-file-base [seatunnel]

2025-04-10 Thread via GitHub
dependabot[bot] commented on PR #9145: URL: https://github.com/apache/seatunnel/pull/9145#issuecomment-2795609966 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

Re: [PR] Bump vite from 5.4.9 to 5.4.17 in /seatunnel-engine/seatunnel-engine-ui [seatunnel]

2025-04-10 Thread via GitHub
davidzollo closed pull request #9130: Bump vite from 5.4.9 to 5.4.17 in /seatunnel-engine/seatunnel-engine-ui URL: https://github.com/apache/seatunnel/pull/9130 -- 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] Bump org.apache.poi:poi-ooxml from 4.1.2 to 5.4.0 in /seatunnel-connectors-v2/connector-file/connector-file-base [seatunnel]

2025-04-10 Thread via GitHub
davidzollo closed pull request #9145: Bump org.apache.poi:poi-ooxml from 4.1.2 to 5.4.0 in /seatunnel-connectors-v2/connector-file/connector-file-base URL: https://github.com/apache/seatunnel/pull/9145 -- This is an automated message from the Apache Git Service. To respond to the message, ple

(seatunnel) branch dependabot/maven/seatunnel-connectors-v2/connector-file/connector-file-base/org.apache.poi-poi-ooxml-5.4.0 deleted (was 7c543c3caf)

2025-04-10 Thread github-bot
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-file/connector-file-base/org.apache.poi-poi-ooxml-5.4.0 in repository https://gitbox.apache.org/repos/asf/seatunnel.git was 7c543c3caf

Re: [PR] Bump org.apache.parquet:parquet-avro from 1.12.3 to 1.15.1 in /seatunnel-connectors-v2/connector-file/connector-file-base [seatunnel]

2025-04-10 Thread via GitHub
davidzollo closed pull request #9102: Bump org.apache.parquet:parquet-avro from 1.12.3 to 1.15.1 in /seatunnel-connectors-v2/connector-file/connector-file-base URL: https://github.com/apache/seatunnel/pull/9102 -- This is an automated message from the Apache Git Service. To respond to the mes

Re: [PR] Bump vite from 5.4.9 to 5.4.17 in /seatunnel-engine/seatunnel-engine-ui [seatunnel]

2025-04-10 Thread via GitHub
dependabot[bot] commented on PR #9130: URL: https://github.com/apache/seatunnel/pull/9130#issuecomment-2795609964 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

(seatunnel) branch dependabot/maven/seatunnel-connectors-v2/connector-file/connector-file-base/org.apache.parquet-parquet-avro-1.15.1 deleted (was c1f65a855d)

2025-04-10 Thread github-bot
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-file/connector-file-base/org.apache.parquet-parquet-avro-1.15.1 in repository https://gitbox.apache.org/repos/asf/seatunnel.git was c1

Re: [PR] Bump org.apache.parquet:parquet-avro from 1.12.3 to 1.15.1 in /seatunnel-connectors-v2/connector-file/connector-file-base [seatunnel]

2025-04-10 Thread via GitHub
dependabot[bot] commented on PR #9102: URL: https://github.com/apache/seatunnel/pull/9102#issuecomment-2795609955 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

[I] [Bug] [Command] Use cmd run on windows with local model still cannot run. [seatunnel]

2025-04-10 Thread via GitHub
FrommyMind opened a new issue, #9146: URL: https://github.com/apache/seatunnel/issues/9146 ### 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 happene

Re: [PR] [Doc][Improve] support chinese [docs/zh/connector-v2/source/MySQL-CDC.md] [seatunnel]

2025-04-10 Thread via GitHub
davidzollo commented on code in PR #8884: URL: https://github.com/apache/seatunnel/pull/8884#discussion_r2038679256 ## docs/zh/connector-v2/source/MySQL-CDC.md: ## @@ -0,0 +1,355 @@ +# MySQL CDC + +> MySQL CDC Source 连接器 + +## 支持这些引擎 + +> SeaTunnel Zeta +> Flink + +## 描述 + +MyS

Re: [PR] [Doc][Improve] support chinese [docs/zh/connector-v2/source/MySQL-CDC.md] [seatunnel]

2025-04-10 Thread via GitHub
davidzollo commented on code in PR #8884: URL: https://github.com/apache/seatunnel/pull/8884#discussion_r1981404884 ## docs/zh/connector-v2/source/MySQL-CDC.md: ## @@ -0,0 +1,342 @@ +# MySQL CDC + +> MySQL CDC 源连接器 + +## 支持这些引擎 + +> SeaTunnel Zeta +> Flink + +## 描述 + +MySQL CDC

Re: [PR] [Doc][Improve] support chinese [docs/zh/connector-v2/source/MySQL-CDC.md] [seatunnel]

2025-04-10 Thread via GitHub
davidzollo commented on code in PR #8884: URL: https://github.com/apache/seatunnel/pull/8884#discussion_r2038677636 ## docs/zh/connector-v2/source/MySQL-CDC.md: ## @@ -0,0 +1,342 @@ +# MySQL CDC + +> MySQL CDC Source 连接器 + +## 支持这些引擎 + +> SeaTunnel Zeta +> Flink + +## 描述 + +MyS

(seatunnel) branch dependabot/npm_and_yarn/seatunnel-engine/seatunnel-engine-ui/vite-5.4.17 deleted (was 4dd60a67d7)

2025-04-10 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/seatunnel-engine/seatunnel-engine-ui/vite-5.4.17 in repository https://gitbox.apache.org/repos/asf/seatunnel.git was 4dd60a67d7 Bump vite from 5.4.9 to 5.4.17 in

Re: [I] [Feature][Zeta] Format exception messages on task running management page [seatunnel]

2025-04-10 Thread via GitHub
ocean-zhc commented on issue #9105: URL: https://github.com/apache/seatunnel/issues/9105#issuecomment-2795648859 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 above to go to the specific comment.

[PR] [Improve][seatunnel-engine-ui] improve sorting of Running Jobs and Finished Jobs [seatunnel]

2025-04-10 Thread via GitHub
ocean-zhc opened a new pull request, #9147: URL: https://github.com/apache/seatunnel/pull/9147 …page ### Purpose of this pull request ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? ###

Re: [PR] [Improve][seatunnel-engine-ui] improve sorting of Running Jobs and Finished Jobs [seatunnel]

2025-04-10 Thread via GitHub
ocean-zhc commented on PR #9147: URL: https://github.com/apache/seatunnel/pull/9147#issuecomment-2795673208 after the update : https://github.com/user-attachments/assets/2790ea8c-5304-430f-8f5f-cea0c99eddc6"; /> -- This is an automated message from the Apache Git Service. To respon

Re: [PR] [Doc][Improve] support chinese [docs/zh/connector-v2/sink/Greenplum.md] [seatunnel]

2025-04-10 Thread via GitHub
davidzollo commented on code in PR #8717: URL: https://github.com/apache/seatunnel/pull/8717#discussion_r2038697990 ## docs/zh/connector-v2/sink/Greenplum.md: ## @@ -0,0 +1,42 @@ +# Greenplum + +> Greenplum 数据接收器 + +## 描述 + +使用[Jdbc连接器](Jdbc.md)将数据写入 Greenplum。 + +## 主要特性 + +- [

Re: [PR] [Doc][Improve] support chinese [docs/zh/connector-v2/sink/FtpFile.md] [seatunnel]

2025-04-10 Thread via GitHub
davidzollo commented on code in PR #8715: URL: https://github.com/apache/seatunnel/pull/8715#discussion_r2038699447 ## docs/zh/connector-v2/sink/FtpFile.md: ## @@ -0,0 +1,359 @@ +# FtpFile + +> Ftp 文件接收器 + +## 描述 + +将数据输出到 Ftp。 + +:::提示 + +如果你使用的是 spark/flink,为了使用此连接器,你必须确保你的 sp

Re: [PR] [Improve][seatunnel-engine-ui] improve sorting of Running Jobs and Finished Jobs [seatunnel]

2025-04-10 Thread via GitHub
ocean-zhc commented on PR #9147: URL: https://github.com/apache/seatunnel/pull/9147#issuecomment-2795675251 #9105 -- 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 unsubs

Re: [PR] [Doc][Improve] support chinese [docs/zh/connector-v2/sink/FtpFile.md] [seatunnel]

2025-04-10 Thread via GitHub
davidzollo commented on code in PR #8715: URL: https://github.com/apache/seatunnel/pull/8715#discussion_r2038699195 ## docs/zh/connector-v2/sink/FtpFile.md: ## @@ -0,0 +1,359 @@ +# FtpFile + +> Ftp 文件接收器 + +## 描述 + +将数据输出到 Ftp。 + +:::提示 + +如果你使用的是 spark/flink,为了使用此连接器,你必须确保你的 sp

[I] [Bug] [Module Name] Bug title MySQL CDC Unsupported MySQL version: 11.4.2-MariaDB-log [seatunnel]

2025-04-10 Thread via GitHub
luowei62288 opened a new issue, #9148: URL: https://github.com/apache/seatunnel/issues/9148 ### 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 happen

Re: [PR] [Doc][Improve] support chinese [docs/zh/connector-v2/sink/FtpFile.md] [seatunnel]

2025-04-10 Thread via GitHub
davidzollo commented on code in PR #8715: URL: https://github.com/apache/seatunnel/pull/8715#discussion_r2038702049 ## docs/zh/connector-v2/sink/FtpFile.md: ## @@ -0,0 +1,359 @@ +# FtpFile + +> Ftp 文件接收器 + +## 描述 + +将数据输出到 Ftp。 + +:::提示 + +如果你使用的是 spark/flink,为了使用此连接器,你必须确保你的 sp

Re: [I] [Bug] [Command] Use cmd run on windows with local model still cannot run. [seatunnel]

2025-04-10 Thread via GitHub
FrommyMind closed issue #9146: [Bug] [Command] Use cmd run on windows with local model still cannot run. URL: https://github.com/apache/seatunnel/issues/9146 -- 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

Re: [I] [Bug] [webUI] The memory of the node server is displayed as 0. [seatunnel]

2025-04-10 Thread via GitHub
ocean-zhc commented on issue #9119: URL: https://github.com/apache/seatunnel/issues/9119#issuecomment-2795683929 I'm OK! https://github.com/user-attachments/assets/43b0aa8c-aed9-487b-9756-4f6740fdedd1"; /> -- This is an automated message from the Apache Git Service. To respond to t

[I] [Bug] [Common] 变量替换时,变量值中存在逗号的分隔逻辑问题 [seatunnel]

2025-04-10 Thread via GitHub
qifanlili opened a new issue, #9151: URL: https://github.com/apache/seatunnel/issues/9151 ### 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] [Doc][Improve] support chinese [docs/zh/connector-v2/sink/FtpFile.md] [seatunnel]

2025-04-10 Thread via GitHub
davidzollo commented on PR #8715: URL: https://github.com/apache/seatunnel/pull/8715#issuecomment-2795686068 There is a merged PR for this feature, I will close this PR -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

Re: [PR] [Doc][Improve] support chinese [docs/zh/connector-v2/sink/FtpFile.md] [seatunnel]

2025-04-10 Thread via GitHub
davidzollo closed pull request #8715: [Doc][Improve] support chinese [docs/zh/connector-v2/sink/FtpFile.md] URL: https://github.com/apache/seatunnel/pull/8715 -- 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

Re: [PR] [Doc][Improve] support chinese [docs/zh/connector-v2/source/MySQL-CDC.md] [seatunnel]

2025-04-10 Thread via GitHub
davidzollo commented on code in PR #8884: URL: https://github.com/apache/seatunnel/pull/8884#discussion_r2038708664 ## docs/zh/connector-v2/source/MySQL-CDC.md: ## @@ -0,0 +1,355 @@ +# MySQL CDC Review Comment: ```suggestion import ChangeLog from '../changelog/connector-c

Re: [PR] [Doc][Improve] support chinese [docs/zh/connector-v2/source/MySQL-CDC.md] [seatunnel]

2025-04-10 Thread via GitHub
davidzollo commented on code in PR #8884: URL: https://github.com/apache/seatunnel/pull/8884#discussion_r2038708943 ## docs/zh/connector-v2/source/MySQL-CDC.md: ## @@ -0,0 +1,357 @@ +import ChangeLog from '../changelog/connector-cdc-mysql.md'; + +# MySQL CDC + +> MySQL CDC Sourc

Re: [PR] [Improve][Doc] Adjust description of trim series sql function [seatunnel]

2025-04-10 Thread via GitHub
hailin0 merged PR #9143: URL: https://github.com/apache/seatunnel/pull/9143 -- 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: [I] [Bug] [Command] Use cmd run on windows with local model still cannot run. [seatunnel]

2025-04-10 Thread via GitHub
FrommyMind commented on issue #9146: URL: https://github.com/apache/seatunnel/issues/9146#issuecomment-2795681244 My mistake, not a bug -- 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 specifi

(seatunnel) branch dev updated: [Improve][Doc] Adjust description of trim series sql function (#9143)

2025-04-10 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 9106a83cf0 [Improve][Doc] Adjust description of

[I] [Feature][connector-elasticsearch] elasticsearch source support PIT [seatunnel]

2025-04-10 Thread via GitHub
CosmosNi opened a new issue, #9149: URL: https://github.com/apache/seatunnel/issues/9149 ### 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.

[PR] [Feature][connector-elasticsearch] elasticsearch source support PIT [seatunnel]

2025-04-10 Thread via GitHub
CosmosNi opened a new pull request, #9150: URL: https://github.com/apache/seatunnel/pull/9150 elasticsearch source support PIT close #9149 ### Purpose of this pull request ### Does this PR introduce _any_ user-facing change? ### How

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

2025-04-10 Thread via GitHub
HK-hub commented on issue #8229: URL: https://github.com/apache/seatunnel/issues/8229#issuecomment-2795957224 你好,请问在Flink CDC Connector Oracle那个版本中修复的哦,目前3.3版本还是没有修复 ![Image](https://github.com/user-attachments/assets/ead7d59e-b0f3-4d70-81f8-ae5517d19405) -- This is an automated me

Re: [PR] [Improve][connector-doris] Improved doris source enumerator splits allocation algorithm for subtasks [seatunnel]

2025-04-10 Thread via GitHub
hailin0 merged PR #9108: URL: https://github.com/apache/seatunnel/pull/9108 -- 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][Transform] Support single/batch mode vectorization using Amazon Titan & cohere embedding model [seatunnel]

2025-04-10 Thread via GitHub
corgy-w commented on PR #9120: URL: https://github.com/apache/seatunnel/pull/9120#issuecomment-2785004603 Whether Amazon e2e tests are missing -- 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

Re: [PR] [Feature] Add Workspace Support [seatunnel-web]

2025-04-10 Thread via GitHub
Hisoka-X commented on PR #284: URL: https://github.com/apache/seatunnel-web/pull/284#issuecomment-2791993836 cc @zhangshenghang -- 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 comme

Re: [I] [Bug] [zeta] Exception in thread "main" java.lang.NoSuchFieldError: IS_JAVA_1_8 [seatunnel]

2025-04-10 Thread via GitHub
luzongzhu commented on issue #9051: URL: https://github.com/apache/seatunnel/issues/9051#issuecomment-2792153800 +1 static boolean isAllocatingThreadGetName() { // LOG4J2-2052, LOG4J2-2635 JDK 8u102 ("1.8.0_102") removed the String allocation in // Thread.getName

Re: [PR] [improve] Adjust CosFile connector instantiation [seatunnel]

2025-04-10 Thread via GitHub
misi1987107 commented on PR #9121: URL: https://github.com/apache/seatunnel/pull/9121#issuecomment-2791320208 https://github.com/apache/seatunnel/issues/8576#issuecomment-2608741027 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

Re: [I] Oracle migrates data to ClickHouse, empty data cannot be inserted into non-empty columns [seatunnel]

2025-04-10 Thread via GitHub
lovatti commented on issue #9123: URL: https://github.com/apache/seatunnel/issues/9123#issuecomment-2786354054 Hi! I'm creating the table with Nullable columns outside SeaTunnel because of that, BEFORE I run the SeaTunnel conf replication. It works. Like: CREATE T

Re: [I] java.lang.NoClassDefFoundError: org/apache/seatunnel/api/table/event/SchemaChangeEvent [seatunnel]

2025-04-10 Thread via GitHub
github-actions[bot] commented on issue #8955: URL: https://github.com/apache/seatunnel/issues/8955#issuecomment-2795495045 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][MySQL CDC] MySQL cdc support start by time [seatunnel]

2025-04-10 Thread via GitHub
FrommyMind commented on issue #9144: URL: https://github.com/apache/seatunnel/issues/9144#issuecomment-2795709859 what is the difference between cdc base option `startup.timestamp` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

Re: [I] [Feature][MySQL CDC] MySQL cdc support start by time [seatunnel]

2025-04-10 Thread via GitHub
ocean-zhc commented on issue #9144: URL: https://github.com/apache/seatunnel/issues/9144#issuecomment-2795915192 If no one claims it, please assign it to 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

[PR] [Improve][Connector-V2][Http] Supports Cursor-based Pagination (#9109) [seatunnel]

2025-04-10 Thread via GitHub
Alberne opened a new pull request, #9138: URL: https://github.com/apache/seatunnel/pull/9138 ### Purpose of this pull request ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? ### Check list

Re: [PR] [Fix][Seatunnel-api]support timestamp type [seatunnel]

2025-04-10 Thread via GitHub
TyrantLucifer commented on PR #7126: URL: https://github.com/apache/seatunnel/pull/7126#issuecomment-2783070274 @Hisoka-X In what scenarios will java.sql.Timestamp,I think it maybe connector has some problems. Under normal circumstances, it should be LocalDateTime. -- This is an automate

Re: [PR] [Improve][Zeta] Support restore execute savemode [seatunnel]

2025-04-10 Thread via GitHub
wuchunfu merged PR #9059: URL: https://github.com/apache/seatunnel/pull/9059 -- 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: [I] [Bug] [Zeta] Occasional checkpoint failed when use COS as checkpoint storage [seatunnel]

2025-04-10 Thread via GitHub
hailin0 commented on issue #9124: URL: https://github.com/apache/seatunnel/issues/9124#issuecomment-2791830443 Seems like you should create `seatunnel-hadoop3-3.4.1-uber` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [I] [Bug] [Seatunnel-tansform-v2] org.apache.seatunnel.common.utils.SeaTunnelException: table S3SourceTransform not found [seatunnel]

2025-04-10 Thread via GitHub
WZH-hub commented on issue #7872: URL: https://github.com/apache/seatunnel/issues/7872#issuecomment-2788957689 https://github.com/apache/seatunnel/blob/5e0e376a90c34e8f8523e627831bceb83db3aa66/seatunnel-core/seatunnel-spark-starter/seatunnel-spark-2-starter/src/main/java/org/apache/seatunnel

Re: [PR] [Feat][Connector-v2][Iceberg]support filter conditions in iceberg source [seatunnel]

2025-04-10 Thread via GitHub
Hisoka-X commented on code in PR #9095: URL: https://github.com/apache/seatunnel/pull/9095#discussion_r2030559619 ## docs/en/connector-v2/source/Iceberg.md: ## @@ -90,8 +90,10 @@ libfb303-xxx.jar | use_snapshot_id | long| no | -| Instruct

Re: [PR] [Improve][Connector-V2][Http] Supports Cursor-based Pagination (#9109) [seatunnel]

2025-04-10 Thread via GitHub
hailin0 commented on PR #9138: URL: https://github.com/apache/seatunnel/pull/9138#issuecomment-2791822422 Please add e2e testcase -- 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

Re: [PR] [Fix][Connector-V2] Fix postgres cdc with debezium_json format can not parse number without scale [seatunnel]

2025-04-10 Thread via GitHub
Hisoka-X merged PR #9052: URL: https://github.com/apache/seatunnel/pull/9052 -- 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