Re: [PR] [Feature][Zeta] Support enable https protocol for rest-api v2 [seatunnel]

2025-03-19 Thread via GitHub
hailin0 commented on code in PR #9010: URL: https://github.com/apache/seatunnel/pull/9010#discussion_r2003382373 ## seatunnel-engine/seatunnel-engine-server/src/test/java/org/apache/seatunnel/engine/server/rest/RestApiHttpsForTruststoreTest.java: ## @@ -0,0 +1,154 @@ +/* + * Lic

Re: [PR] [Fix][Connector-V2] Fix load state check in MilvusSourceReader to consider partition-level status [seatunnel]

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

(seatunnel) branch dev updated: [Fix][Connector-V2] Fix load state check in MilvusSourceReader to consider partition-level status (#8937)

2025-03-19 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 bde235090b [Fix][Connector-V2] Fix load state c

[PR] [Hotfix][Jdbc] Fix mysql tinyint(1) type mapping for TypeMapper [seatunnel]

2025-03-19 Thread via GitHub
hailin0 opened a new pull request, #9012: URL: https://github.com/apache/seatunnel/pull/9012 ### Purpose of this pull request [Jdbc] Fix mysql tinyint(1) type mapping for TypeMapper ref https://github.com/apache/seatunnel/blob/dev/seatunnel-connectors-v2/connecto

[PR] [Improve][Jdbc] Upgrade sap-hana driver from 2.14.7 to 2.23.10 [seatunnel]

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

Re: [I] [Fix] fix deadlink in website [seatunnel]

2025-03-19 Thread via GitHub
davidzollo commented on issue #8573: URL: https://github.com/apache/seatunnel/issues/8573#issuecomment-2736842962 > 2\. /source/Hudi hi, you can refer this message `https://github.com/apache/seatunnel/issues/8573#issuecomment-2613728915` -- This is an automated message from the Apa

Re: [I] [Fix] fix deadlink in website [seatunnel]

2025-03-19 Thread via GitHub
kartikkudada commented on issue #8573: URL: https://github.com/apache/seatunnel/issues/8573#issuecomment-2737088814 Thank you for prompt reply . I am looking for how can i change in home page content ? There are multiple dead links in home page itself . -- This is an automa

Re: [PR] [Fix][CI] Ignore dead link check for change log commit url [seatunnel]

2025-03-19 Thread via GitHub
liunaijie merged PR #9001: URL: https://github.com/apache/seatunnel/pull/9001 -- 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...@seatun

Re: [PR] [Feature][Connector] Add Apache Cloudberry Support [seatunnel]

2025-03-19 Thread via GitHub
jinkachy commented on code in PR #8985: URL: https://github.com/apache/seatunnel/pull/8985#discussion_r2002550072 ## seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-5/src/test/java/org/apache/seatunnel/connectors/seatunnel/jdbc/JdbcCloudberryIT.java:

[I] [Bug] [transform] When I use batch data processing, the data has already been pushed successfully, but it still shows as failed. [seatunnel]

2025-03-19 Thread via GitHub
JanSay opened a new issue, #9008: URL: https://github.com/apache/seatunnel/issues/9008 ### 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][File]use common-csv to read csv file [seatunnel]

2025-03-19 Thread via GitHub
Hisoka-X commented on PR #8919: URL: https://github.com/apache/seatunnel/pull/8919#issuecomment-2731747591 cc @corgy-w -- 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][E2E] Add helm test case [seatunnel]

2025-03-19 Thread via GitHub
liunaijie commented on PR #9006: URL: https://github.com/apache/seatunnel/pull/9006#issuecomment-2735579119 thanks! @prclin LGTM -- 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

(seatunnel) branch dev updated (53f0a9eb52 -> e5b031f110)

2025-03-19 Thread jarvis
This is an automated email from the ASF dual-hosted git repository. jarvis pushed a change to branch dev in repository https://gitbox.apache.org/repos/asf/seatunnel.git from 53f0a9eb52 [Fix][Connector-V2] Fix StarRocksCatalogTest#testCatalog() NPE (#8987) add e5b031f110 [Improve][Zeta]

Re: [PR] [Improve][Zeta] Check closing log file handle every 1 minute [seatunnel]

2025-03-19 Thread via GitHub
liunaijie merged PR #9003: URL: https://github.com/apache/seatunnel/pull/9003 -- 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...@seatun

Re: [PR] [Feature][Connector] Add Apache Cloudberry Support [seatunnel]

2025-03-19 Thread via GitHub
Hisoka-X commented on code in PR #8985: URL: https://github.com/apache/seatunnel/pull/8985#discussion_r2002621088 ## seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-5/src/test/java/org/apache/seatunnel/connectors/seatunnel/jdbc/JdbcCloudberryIT.java:

(seatunnel) branch dev updated: [Fix][CI] Ignore dead link check for change log commit url (#9001)

2025-03-19 Thread jarvis
This is an automated email from the ASF dual-hosted git repository. jarvis 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 0ba4fd8874 [Fix][CI] Ignore dead link check for cha

[I] is it possible to find the Source column type(s) in DynamicCompile getInlineOutputFieldValues? [seatunnel]

2025-03-19 Thread via GitHub
jeacott opened a new issue, #9015: URL: https://github.com/apache/seatunnel/issues/9015 Hi there, I'm new to seatunnel, so far aside from missing docs and a few niggles its working pretty well for me. In my case I am trying to sync Oracle->Postgres where Oracle has many RAW(16) fie

Re: [I] [Feature][Transform] the table schema in file,how to modify schema in Transform and notice sink to modify [seatunnel]

2025-03-19 Thread via GitHub
liunaijie commented on issue #9011: URL: https://github.com/apache/seatunnel/issues/9011#issuecomment-2738698286 What you mean `parse ftpsource schema by Transform plugin`, please attach your config. -- This is an automated message from the Apache Git Service. To respond to the message, p

Re: [PR] Ref config [seatunnel]

2025-03-19 Thread via GitHub
liunaijie commented on PR #8984: URL: https://github.com/apache/seatunnel/pull/8984#issuecomment-2738713538 Please add test case -- 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: [PR] [feature][connectors-v2][ActiveMQ] add ActiveMQ source connector [seatunnel]

2025-03-19 Thread via GitHub
L-Gryps commented on code in PR #8581: URL: https://github.com/apache/seatunnel/pull/8581#discussion_r2004762072 ## seatunnel-connectors-v2/connector-activemq/src/main/java/org/apache/seatunnel/connectors/seatunnel/activemq/source/ActivemqSourceReader.java: ## @@ -0,0 +1,197 @@

Re: [PR] [improve] update localfile connector config [seatunnel]

2025-03-19 Thread via GitHub
liunaijie merged PR #8765: URL: https://github.com/apache/seatunnel/pull/8765 -- 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...@seatun

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

2025-03-19 Thread via GitHub
Hisoka-X commented on code in PR #9002: URL: https://github.com/apache/seatunnel/pull/9002#discussion_r2004749617 ## seatunnel-connectors-v2/connector-jdbc/src/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/source/SplitMode.java: ## @@ -0,0 +1,43 @@ +/* + * Licensed to

Re: [PR] [feature][connectors-v2][ActiveMQ] add ActiveMQ source connector [seatunnel]

2025-03-19 Thread via GitHub
L-Gryps commented on code in PR #8581: URL: https://github.com/apache/seatunnel/pull/8581#discussion_r2004762072 ## seatunnel-connectors-v2/connector-activemq/src/main/java/org/apache/seatunnel/connectors/seatunnel/activemq/source/ActivemqSourceReader.java: ## @@ -0,0 +1,197 @@

Re: [PR] [Feature][Connector] Automatic conversion from geometry type to BYTES type failed when using MYSQL CDC. [seatunnel]

2025-03-19 Thread via GitHub
misi1987107 closed pull request #8992: [Feature][Connector] Automatic conversion from geometry type to BYTES type failed when using MYSQL CDC. URL: https://github.com/apache/seatunnel/pull/8992 -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [I] [Bug] [kakfa] class org.apache.kafka.common.serialization.ByteArraySerializer is not an instance of org.apache.kafka.common.serialization.Serializer [seatunnel]

2025-03-19 Thread via GitHub
doufighting commented on issue #8090: URL: https://github.com/apache/seatunnel/issues/8090#issuecomment-2739342772 > 原因还是ByteArraySerializer和Serializer加载的classloader不一样导致的(kafka-client自己校验了)。 > > 如果是flink就需要排除flink依赖的kafka-client。 > > 如果是本地examples里面的错误,可能因为本地运行了发行包,指定了SEATUNNEL

Re: [I] [Feature][Module Name] Feature title配置检查和校验 [seatunnel]

2025-03-19 Thread via GitHub
github-actions[bot] commented on issue #8748: URL: https://github.com/apache/seatunnel/issues/8748#issuecomment-2738650340 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] [website] The icon cannot be displayed [seatunnel]

2025-03-19 Thread via GitHub
fcb-xiaobo commented on issue #9004: URL: https://github.com/apache/seatunnel/issues/9004#issuecomment-2738843410 please assign me,thanks -- 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 speci

Re: [I] kafka to S3 set "have_partition:true" has a problem,why? [seatunnel]

2025-03-19 Thread via GitHub
FrommyMind commented on issue #8909: URL: https://github.com/apache/seatunnel/issues/8909#issuecomment-2739367339 I tested your configuration and example data with SeaTunnel 2.3.9, I encountered the same error. However, with the configuration below, I encountered another exception

[PR] [Fix] fix con cannot be displayed [seatunnel-website]

2025-03-19 Thread via GitHub
fcb-xiaobo opened a new pull request, #369: URL: https://github.com/apache/seatunnel-website/pull/369 fix #[9004](https://github.com/apache/seatunnel/issues/9004) -- 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][Jdbc] Add String type column split Support by charset-based splitting algorithm [seatunnel]

2025-03-19 Thread via GitHub
jinkachy commented on code in PR #9002: URL: https://github.com/apache/seatunnel/pull/9002#discussion_r2004838229 ## docs/en/connector-v2/source/Jdbc.md: ## @@ -68,6 +68,8 @@ supports query SQL and can achieve projection effect. | split.sample-sharding.threshold| In

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

2025-03-19 Thread via GitHub
jinkachy commented on PR #9002: URL: https://github.com/apache/seatunnel/pull/9002#issuecomment-2739222128 @Hisoka-X Thank you for your review very much. All related issues you pointed out have been corrected. -- This is an automated message from the Apache Git Service. To respond to the

Re: [I] [Fix] fix deadlink in website [seatunnel]

2025-03-19 Thread via GitHub
kartikkudada commented on issue #8573: URL: https://github.com/apache/seatunnel/issues/8573#issuecomment-2736272290 I am new , and wanted to contribute from this issue. I found couple of deadlinks in https://seatunnel.apache.org using tool (https://www.brokenlinkcheck.com/broken-l

Re: [I] [Bug] [doris-source-connectors] [2.3.5] DorisConnectorException with datetime field in doris source [seatunnel]

2025-03-19 Thread via GitHub
liugddx commented on issue #7405: URL: https://github.com/apache/seatunnel/issues/7405#issuecomment-2736291121 > > > > > > Currently, doris 2.1.x has an 8-hour time difference when querying time type data. I will fix this issue after [apache/doris#38215](https://github.com/apache/doris/pull

(seatunnel) branch dev updated: [Fix][Connector-V2] Fix StarRocksCatalogTest#testCatalog() NPE (#8987)

2025-03-19 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 53f0a9eb52 [Fix][Connector-V2] Fix StarRocksCat

Re: [PR] [Fix][Connector-V2] Fix StarRocksCatalogTest#testCatalog() NPE [seatunnel]

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

[PR] [Fix][Connector-V2] Fix SqlServer create table when database with dot [seatunnel]

2025-03-19 Thread via GitHub
Hisoka-X opened a new pull request, #9007: URL: https://github.com/apache/seatunnel/pull/9007 ### Purpose of this pull request Fix SqlServer create table when database with dot. ### Does this PR introduce _any_ user-facing change? no ### How was thi

Re: [PR] [Feature][Connector] Add Apache Cloudberry Support [seatunnel]

2025-03-19 Thread via GitHub
jinkachy commented on code in PR #8985: URL: https://github.com/apache/seatunnel/pull/8985#discussion_r2002553370 ## seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-5/src/test/java/org/apache/seatunnel/connectors/seatunnel/jdbc/JdbcCloudberryIT.java:

Re: [PR] blog [seatunnel-website]

2025-03-19 Thread via GitHub
zhangshenghang commented on code in PR #368: URL: https://github.com/apache/seatunnel-website/pull/368#discussion_r2002709688 ## blog/2025-03-19-Data_Pipeline_Tutorial_Synchronizing_from_MySQL_to_PostgreSQL_Based_on_Apache_SeaTunnel.md: ## @@ -0,0 +1,341 @@ +# Data Pipeline Tuto

Re: [PR] blog [seatunnel-website]

2025-03-19 Thread via GitHub
zhangshenghang commented on code in PR #368: URL: https://github.com/apache/seatunnel-website/pull/368#discussion_r2002717376 ## blog/2025-03-19-Data_Pipeline_Tutorial_Synchronizing_from_MySQL_to_PostgreSQL_Based_on_Apache_SeaTunnel.md: ## @@ -0,0 +1,341 @@ +# Data Pipeline Tuto

[I] [Bug] [Connector-V2][connector-file] read excel data throws "java.lang.NumberFormatException: For input string: "1,171.00"" [seatunnel]

2025-03-19 Thread via GitHub
reformdai opened a new issue, #9009: URL: https://github.com/apache/seatunnel/issues/9009 ### 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-website) branch main updated: [Improve] Update release guide for connector change log (#366)

2025-03-19 Thread fanjia
This is an automated email from the ASF dual-hosted git repository. fanjia pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/seatunnel-website.git The following commit(s) were added to refs/heads/main by this push: new ff798c7a0615 [Improve] Update release gui

Re: [PR] [Improve] Update release guide for connector change log [seatunnel-website]

2025-03-19 Thread via GitHub
Hisoka-X merged PR #366: URL: https://github.com/apache/seatunnel-website/pull/366 -- 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] [Feature][E2E] Add helm test case [seatunnel]

2025-03-19 Thread via GitHub
Hisoka-X commented on code in PR #9006: URL: https://github.com/apache/seatunnel/pull/9006#discussion_r2002669236 ## .github/workflows/check-helm-chart.yml: ## @@ -0,0 +1,35 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreement

Re: [I] [Bug] [doris-source-connectors] [2.3.5] DorisConnectorException with datetime field in doris source [seatunnel]

2025-03-19 Thread via GitHub
Darkzoneleet commented on issue #7405: URL: https://github.com/apache/seatunnel/issues/7405#issuecomment-2735654411 > > > > > Currently, doris 2.1.x has an 8-hour time difference when querying time type data. I will fix this issue after [apache/doris#38215](https://github.com/apache/doris/p

[PR] [Feature][Zeta] Support enable https protocol for rest-api v2 [seatunnel]

2025-03-19 Thread via GitHub
zhangshenghang opened a new pull request, #9010: URL: https://github.com/apache/seatunnel/pull/9010 ### Purpose of this pull request - reslove #8583 ### Does this PR introduce _any_ user-facing change? ### How was this patch tested?

(seatunnel) branch dev updated: [Fix][File]use common-csv to read csv file (#8919)

2025-03-19 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 3e64a42838 [Fix][File]use common-csv to read cs

Re: [PR] [Fix][File]use common-csv to read csv file [seatunnel]

2025-03-19 Thread via GitHub
hailin0 merged PR #8919: URL: 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 the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@seatunne

Re: [I] [Bug] [Seatunnel-formats] 读取csv的时候遇到字段里有换行的会被解析成新的一行 导致数据错乱 [seatunnel]

2025-03-19 Thread via GitHub
hailin0 closed issue #6748: [Bug] [Seatunnel-formats] 读取csv的时候遇到字段里有换行的会被解析成新的一行 导致数据错乱 URL: https://github.com/apache/seatunnel/issues/6748 -- 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 speci

[I] [Feature][Transform] the table schema in file,how to modify schema in Transform and notice sink to modify [seatunnel]

2025-03-19 Thread via GitHub
H-TWINKLE opened a new issue, #9011: URL: https://github.com/apache/seatunnel/issues/9011 ### 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-V2] Support GraphQL Connector (#8557) [seatunnel]

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