Re: [PR] [Improve][Transform-V2] support try_cast expressions [seatunnel]

2025-03-25 Thread via GitHub
Hisoka-X commented on code in PR #9029: URL: https://github.com/apache/seatunnel/pull/9029#discussion_r2011896810 ## seatunnel-e2e/seatunnel-transforms-v2-e2e/seatunnel-transforms-v2-e2e-part-2/src/test/resources/sql_transform/func_try_cast.conf: ## @@ -0,0 +1,85 @@ +# +# Licens

(seatunnel) branch dev updated (68ebf15cf6 -> 8a48cee23a)

2025-03-25 Thread shenghang
This is an automated email from the ASF dual-hosted git repository. shenghang pushed a change to branch dev in repository https://gitbox.apache.org/repos/asf/seatunnel.git from 68ebf15cf6 [Feature][Connector-V2] Add aerospike sink connector (#8821) add 8a48cee23a [Improve][Doc] Improve

Re: [PR] [Improve][Doc] Improve changelog generate tool to ignore useless commit [seatunnel]

2025-03-25 Thread via GitHub
zhangshenghang merged PR #9035: URL: https://github.com/apache/seatunnel/pull/9035 -- 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...@s

Re: [PR] [Bugfix][JDBC] fix Default invalid [seatunnel]

2025-03-25 Thread via GitHub
Carl-Zhou-CN commented on PR #8185: URL: https://github.com/apache/seatunnel/pull/8185#issuecomment-2750435017 ![image](https://github.com/user-attachments/assets/8c611f8f-252f-4304-bb5e-e3e53319e5b4) -- This is an automated message from the Apache Git Service. To respond to the messa

[PR] [Fix][Seatunnel-api]fix timestamp type [seatunnel]

2025-03-25 Thread via GitHub
litiliu opened a new pull request, #7126: URL: https://github.com/apache/seatunnel/pull/7126 ### Purpose of this pull request This close #7125 ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? add UT case

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

2025-03-25 Thread via GitHub
litiliu commented on PR #7126: URL: https://github.com/apache/seatunnel/pull/7126#issuecomment-2750679432 > In fact, SeaTunnel doesn't support `Timestamp` type at now. We should make sure flink layer not send timestamp type to seatunnel connector. Please refer > > https://github.com/

[I] [Bug] [Seatunnel-api] Unsupported type: Timestamp [seatunnel]

2025-03-25 Thread via GitHub
litiliu opened a new issue, #7125: URL: https://github.com/apache/seatunnel/issues/7125 ### 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] [Fix] assign size for KafkaSource elementsQueue [seatunnel]

2025-03-25 Thread via GitHub
Hisoka-X commented on code in PR #9041: URL: https://github.com/apache/seatunnel/pull/9041#discussion_r2011793513 ## seatunnel-connectors-v2/connector-kafka/src/main/java/org/apache/seatunnel/connectors/seatunnel/kafka/source/KafkaSource.java: ## @@ -78,9 +78,10 @@ public List g

Re: [PR] [Fix] assign size for KafkaSource elementsQueue [seatunnel]

2025-03-25 Thread via GitHub
hailin0 commented on code in PR #9041: URL: https://github.com/apache/seatunnel/pull/9041#discussion_r2011791561 ## seatunnel-connectors-v2/connector-kafka/src/main/java/org/apache/seatunnel/connectors/seatunnel/kafka/config/KafkaSourceOptions.java: ## @@ -41,6 +41,12 @@ public

Re: [PR] [Fix] assign size for KafkaSource elementsQueue [seatunnel]

2025-03-25 Thread via GitHub
Hisoka-X commented on code in PR #9041: URL: https://github.com/apache/seatunnel/pull/9041#discussion_r2011795865 ## docs/zh/connector-v2/source/Kafka.md: ## @@ -56,6 +56,7 @@ import ChangeLog from '../changelog/connector-kafka.md'; | common-options |

Re: [PR] [Fix] assign size for KafkaSource elementsQueue [seatunnel]

2025-03-25 Thread via GitHub
davidzollo commented on PR #9041: URL: https://github.com/apache/seatunnel/pull/9041#issuecomment-2750826208 Please fix it, https://github.com/JesseAtSZ/incubator-seatunnel/actions/runs/14055485086/job/39353925108 https://github.com/user-attachments/assets/7214158b-6495-495e-af11-421d

[PR] Bump com.aerospike:aerospike-client from 4.4.17 to 4.5.0 in /seatunnel-connectors-v2/connector-aerospike [seatunnel]

2025-03-25 Thread via GitHub
dependabot[bot] opened a new pull request, #9040: URL: https://github.com/apache/seatunnel/pull/9040 Bumps [com.aerospike:aerospike-client](https://github.com/aerospike/aerospike-client-java) from 4.4.17 to 4.5.0. Commits https://github.com/aerospike/aerospike-client-java/comm

Re: [I] SeaTunnel community meeting topic collect [seatunnel]

2025-03-25 Thread via GitHub
hailin0 commented on issue #9038: URL: https://github.com/apache/seatunnel/issues/9038#issuecomment-2750284587 Jdbc table match pattern - https://github.com/apache/seatunnel/pull/8869 -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

Re: [I] SeaTunnel community meeting topic collect [seatunnel]

2025-03-25 Thread via GitHub
hailin0 commented on issue #9038: URL: https://github.com/apache/seatunnel/issues/9038#issuecomment-2750296383 Csv read - https://github.com/apache/seatunnel/pull/8919 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[I] A question about "Build The Source Code" [seatunnel]

2025-03-25 Thread via GitHub
soulgoast opened a new issue, #9042: URL: https://github.com/apache/seatunnel/issues/9042 I compiled the source code with reference to the commands of the official documents(v2.3.9), but it was unsuccessful. The error prompt is ``` Unknown lifecycle phase ".spotless=true". You must specif

Re: [PR] [Feature][Jdbc] Add String type column split Support by charset-based splitting algorithm [seatunnel]

2025-03-25 Thread via GitHub
jinkachy commented on code in PR #9002: URL: https://github.com/apache/seatunnel/pull/9002#discussion_r2012026358 ## seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-5/src/test/resources/jdbc_greenplum_source_and_sink.conf: ## @@ -31,6 +31,8 @@

Re: [PR] Bump com.aerospike:aerospike-client from 4.4.17 to 4.5.0 in /seatunnel-connectors-v2/connector-aerospike [seatunnel]

2025-03-25 Thread via GitHub
dependabot[bot] commented on PR #9040: URL: https://github.com/apache/seatunnel/pull/9040#issuecomment-2753045686 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-aerospike/com.aerospike-aerospike-client-4.5.0 deleted (was a64b240c98)

2025-03-25 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-aerospike/com.aerospike-aerospike-client-4.5.0 in repository https://gitbox.apache.org/repos/asf/seatunnel.git was a64b240c98 Bump com

[I] MongoDb uri 特殊字符问题 [seatunnel]

2025-03-25 Thread via GitHub
wjmmjr opened a new issue, #9044: URL: https://github.com/apache/seatunnel/issues/9044 ### 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] mongodb source NullPointerException [seatunnel]

2025-03-25 Thread via GitHub
wjmmjr opened a new issue, #9045: URL: https://github.com/apache/seatunnel/issues/9045 ### 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

[PR] [improve] jdbc options [seatunnel]

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

Re: [PR] [Feature][Connector-V2] Add aerospike sink connector [seatunnel]

2025-03-25 Thread via GitHub
hailin0 merged PR #8821: URL: https://github.com/apache/seatunnel/pull/8821 -- 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] [doris-connector] ErrorCode:[Doris-01], ErrorDescription:[stream load error] - [LABEL_ALREADY_EXISTS] [seatunnel]

2025-03-25 Thread via GitHub
yanbo5257 opened a new issue, #9048: URL: https://github.com/apache/seatunnel/issues/9048 ### 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

(seatunnel) branch dev updated: [Fix][Core] Cancel pending job (#8993)

2025-03-25 Thread lidongdai
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 3b5483780d [Fix][Core] Cancel pending job (#8993

[PR] [Fix][Connector-V2][Postgres-CDC] BigDecimal cast String Exception [seatunnel]

2025-03-25 Thread via GitHub
FrommyMind opened a new pull request, #9052: URL: https://github.com/apache/seatunnel/pull/9052 ### Purpose of this pull request Fix #9037 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Updated

[I] [Bug] [KAFKA] Incremental write failed to read kafka data in real time [seatunnel]

2025-03-25 Thread via GitHub
gaotong521 opened a new issue, #9049: URL: https://github.com/apache/seatunnel/issues/9049 ### 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

[I] [Feature][Zeta] Support view master/worker node log files [seatunnel]

2025-03-25 Thread via GitHub
hailin0 opened a new issue, #9050: URL: https://github.com/apache/seatunnel/issues/9050 ### 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. #

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

2025-03-25 Thread via GitHub
matianhe3 opened a new issue, #9051: URL: https://github.com/apache/seatunnel/issues/9051 ### 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] [Fix] assign size for KafkaSource elementsQueue [seatunnel]

2025-03-25 Thread via GitHub
JesseAtSZ commented on code in PR #9041: URL: https://github.com/apache/seatunnel/pull/9041#discussion_r2013302742 ## seatunnel-connectors-v2/connector-kafka/src/main/java/org/apache/seatunnel/connectors/seatunnel/kafka/source/KafkaSource.java: ## @@ -78,9 +78,10 @@ public List

svn commit: r75792 - /dev/seatunnel/2.3.10/ /release/seatunnel/2.3.10/

2025-03-25 Thread fanjia
Author: fanjia Date: Wed Mar 26 02:14:32 2025 New Revision: 75792 Log: Release 2.3.10 Added: release/seatunnel/2.3.10/ - copied from r75791, dev/seatunnel/2.3.10/ Removed: dev/seatunnel/2.3.10/

[PR] [Release][2.3.10] update docs for seatunnel website [seatunnel-website]

2025-03-25 Thread via GitHub
zhangshenghang opened a new pull request, #371: URL: https://github.com/apache/seatunnel-website/pull/371 update docs for seatunnel website -- 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 spe

Re: [PR] [Feature][Jdbc] Add String type column split Support by charset-based splitting algorithm [seatunnel]

2025-03-25 Thread via GitHub
hailin0 merged PR #9002: URL: https://github.com/apache/seatunnel/pull/9002 -- 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] assign size for KafkaSource elementsQueue [seatunnel]

2025-03-25 Thread via GitHub
JesseAtSZ commented on code in PR #9041: URL: https://github.com/apache/seatunnel/pull/9041#discussion_r2013303598 ## seatunnel-connectors-v2/connector-kafka/src/main/java/org/apache/seatunnel/connectors/seatunnel/kafka/config/KafkaSourceOptions.java: ## @@ -41,6 +41,12 @@ publi

[PR] [Doc] fix deadlinks [seatunnel]

2025-03-25 Thread via GitHub
kartikkudada opened a new pull request, #9053: URL: https://github.com/apache/seatunnel/pull/9053 ### Purpose of this pull request ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? ### Check lis

(seatunnel) branch dev updated: [Feature][Jdbc] Add String type column split Support by charset-based splitting algorithm (#9002)

2025-03-25 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 dbe41e74cd [Feature][Jdbc] Add String type colu

Re: [PR] [Fix] assign size for KafkaSource elementsQueue [seatunnel]

2025-03-25 Thread via GitHub
JesseAtSZ commented on code in PR #9041: URL: https://github.com/apache/seatunnel/pull/9041#discussion_r2013303598 ## seatunnel-connectors-v2/connector-kafka/src/main/java/org/apache/seatunnel/connectors/seatunnel/kafka/config/KafkaSourceOptions.java: ## @@ -41,6 +41,12 @@ publi

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

2025-03-25 Thread via GitHub
matianhe3 closed issue #9051: [Bug] [zeta] Exception in thread "main" java.lang.NoSuchFieldError: IS_JAVA_1_8 URL: https://github.com/apache/seatunnel/issues/9051 -- 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: [I] [Bug] [zeta] Exception in thread "main" java.lang.NoSuchFieldError: IS_JAVA_1_8 [seatunnel]

2025-03-25 Thread via GitHub
matianhe3 commented on issue #9051: URL: https://github.com/apache/seatunnel/issues/9051#issuecomment-2753396366 no match lib/ driver. -- 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

Re: [I] [Bug] [connctor-file] Cannot handle regular matching of file names correctly [seatunnel]

2025-03-25 Thread via GitHub
FrommyMind commented on issue #8892: URL: https://github.com/apache/seatunnel/issues/8892#issuecomment-2753156097 This function `getFileStatus` make the file name change. [org.apache.seatunnel.connectors.seatunnel.file.ftp.system.SeaTunnelFTPFileSystem#getFileStatus(org.apache.commons.ne

Re: [PR] [Fix][Core] Cancel pending job [seatunnel]

2025-03-25 Thread via GitHub
davidzollo merged PR #8993: URL: https://github.com/apache/seatunnel/pull/8993 -- 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

[I] [Feature][MCP] Support MCP [seatunnel]

2025-03-25 Thread via GitHub
ocean-zhc opened a new issue, #9047: URL: https://github.com/apache/seatunnel/issues/9047 ### 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] A question about "Build The Source Code" [seatunnel]

2025-03-25 Thread via GitHub
liunaijie closed issue #9042: A question about "Build The Source Code" URL: https://github.com/apache/seatunnel/issues/9042 -- 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] [Fix] assign size for KafkaSource elementsQueue [seatunnel]

2025-03-25 Thread via GitHub
hailin0 commented on code in PR #9041: URL: https://github.com/apache/seatunnel/pull/9041#discussion_r2011791561 ## seatunnel-connectors-v2/connector-kafka/src/main/java/org/apache/seatunnel/connectors/seatunnel/kafka/config/KafkaSourceOptions.java: ## @@ -41,6 +41,12 @@ public

Re: [I] [Demos-Collection] Collecting Use Case Demos for Apache SeaTunnel [seatunnel]

2025-03-25 Thread via GitHub
wuzhaoyu commented on issue #8388: URL: https://github.com/apache/seatunnel/issues/8388#issuecomment-2751525964 MySQL cdc to HDFS 的多路径如何配置,麻烦大佬解答下 -- 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

Re: [PR] [Fix][Connector-V2]Compatible with Doris arrow serialization for Date and Datetime types [seatunnel]

2025-03-25 Thread via GitHub
vinlee19 closed pull request #7797: [Fix][Connector-V2]Compatible with Doris arrow serialization for Date and Datetime types URL: https://github.com/apache/seatunnel/pull/7797 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

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-03-25 Thread via GitHub
davidzollo commented on issue #8956: URL: https://github.com/apache/seatunnel/issues/8956#issuecomment-2751239605 > [@davidzollo](https://github.com/davidzollo) please assign this to me. Hi @FrommyMind, @JesseAtSZ has submitted the PR. Many thanks for your quick response, there're

[I] [Feature][Zeta] Support Basic Authentication for web ui [seatunnel]

2025-03-25 Thread via GitHub
hailin0 opened a new issue, #9043: URL: https://github.com/apache/seatunnel/issues/9043 ### 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] SeaTunnel community meeting topic collect [seatunnel]

2025-03-25 Thread via GitHub
hailin0 closed issue #9038: SeaTunnel community meeting topic collect URL: https://github.com/apache/seatunnel/issues/9038 -- 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: [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-03-25 Thread via GitHub
FrommyMind commented on issue #8956: URL: https://github.com/apache/seatunnel/issues/8956#issuecomment-2750308869 @davidzollo please assign this 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 above to

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

2025-03-25 Thread via GitHub
hailin0 commented on code in PR #9021: URL: https://github.com/apache/seatunnel/pull/9021#discussion_r2011445840 ## docs/zh/connector-v2/source/GraphQL.md: ## @@ -0,0 +1,188 @@ +import ChangeLog from '../changelog/connector-graphql.md'; + +# GraphQL + +> GraphQL source connector

(seatunnel) branch dev updated: [Feature][Connector-V2] Add aerospike sink connector (#8821)

2025-03-25 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 68ebf15cf6 [Feature][Connector-V2] Add aerospik

(seatunnel) branch dependabot/maven/seatunnel-connectors-v2/connector-aerospike/com.aerospike-aerospike-client-4.5.0 created (now a64b240c98)

2025-03-25 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-aerospike/com.aerospike-aerospike-client-4.5.0 in repository https://gitbox.apache.org/repos/asf/seatunnel.git at a64b240c98 Bump com

[PR] [Fix] assign size for KafkaSource elementsQueue [seatunnel]

2025-03-25 Thread via GitHub
JesseAtSZ opened a new pull request, #9041: URL: https://github.com/apache/seatunnel/pull/9041 ### Purpose of this pull request Assign size for KafkaSource elementsQueue to solve issue 8965 https://github.com/apache/seatunnel/issues/8956 ### Does this PR introduc

Re: [I] A question about "Build The Source Code" [seatunnel]

2025-03-25 Thread via GitHub
liunaijie commented on issue #9042: URL: https://github.com/apache/seatunnel/issues/9042#issuecomment-2751115168 I suppose you are running on Windows. You can update the command to `./mvnw clean install -DskipTests -D"skip.spotless"=true` -- This is an automated message from the Apach

Re: [I] [Feature][Connector] Does SeaTunnel support mycat? [seatunnel]

2025-03-25 Thread via GitHub
lvbo1 commented on issue #9025: URL: https://github.com/apache/seatunnel/issues/9025#issuecomment-2751119932 希望各位大佬 帮忙看看 mysql同步到mycat 问题 谢谢 -- 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 s

Re: [I] [Feature][Connector] Does SeaTunnel support mycat? [seatunnel]

2025-03-25 Thread via GitHub
lvbo1 commented on issue #9025: URL: https://github.com/apache/seatunnel/issues/9025#issuecomment-2751117773 [配置信息.txt](https://github.com/user-attachments/files/19447860/default.txt) [报错信息.txt](https://github.com/user-attachments/files/19447894/default.txt) -- This is an automated

Re: [I] [Feature][Connector] Does SeaTunnel support mycat? [seatunnel]

2025-03-25 Thread via GitHub
hailin0 commented on issue #9025: URL: https://github.com/apache/seatunnel/issues/9025#issuecomment-2751131237 https://github.com/user-attachments/assets/ea8e6ee0-5c27-418b-97ca-f3759ced1e58"; /> -- This is an automated message from the Apache Git Service. To respond to the message, pleas