Re: [PR] [Improvement] jdbc split support customize function [seatunnel]

2024-08-06 Thread via GitHub
hailin0 commented on PR #7294: URL: https://github.com/apache/seatunnel/pull/7294#issuecomment-2272756625 We often use a certain client to access a variety of different database servers, which have many differences. Dialects can cover more differences. -- This is an automated message from

(seatunnel) branch dev updated: [Improve][Jdbc] Remove MysqlType references in JdbcDialect (#7333)

2024-08-06 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 16eeb1c123 [Improve][Jdbc] Remove MysqlType ref

Re: [PR] [Improve][Connector-V2][Jdbc] Remove MysqlType references in JdbcDialect [seatunnel]

2024-08-06 Thread via GitHub
hailin0 merged PR #7333: URL: https://github.com/apache/seatunnel/pull/7333 -- 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][SFTP] Fix username parameter error in sftp sink document (#7334)

2024-08-06 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 191d9e18b9 [FIX][SFTP] Fix username parameter e

Re: [PR] [FIX][SFTP] Fix username parameter error in sftp sink document [seatunnel]

2024-08-06 Thread via GitHub
hailin0 merged PR #7334: URL: https://github.com/apache/seatunnel/pull/7334 -- 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] [Bug][Connector-v2][KafkaSource]Fix the abnormal exit of KafkaConsumerThread. [seatunnel]

2024-08-06 Thread via GitHub
Hisoka-X commented on code in PR #7273: URL: https://github.com/apache/seatunnel/pull/7273#discussion_r1706449390 ## seatunnel-connectors-v2/connector-kafka/src/main/java/org/apache/seatunnel/connectors/seatunnel/kafka/source/KafkaConsumerThread.java: ## @@ -58,8 +61,7 @@ public

Re: [PR] [Bug][Connector-v2][KafkaSource]Fix the abnormal exit of KafkaConsumerThread. [seatunnel]

2024-08-06 Thread via GitHub
Hisoka-X commented on PR #7273: URL: https://github.com/apache/seatunnel/pull/7273#issuecomment-2272709648 > When the Kafka cluster fails, KafkaConsumer.poll will not throw any related exceptions, but will only log them. Therefore, the task side cannot get the exception to make it fail. It

Re: [PR] [Improvement] jdbc split support customize function [seatunnel]

2024-08-06 Thread via GitHub
Hisoka-X commented on PR #7294: URL: https://github.com/apache/seatunnel/pull/7294#issuecomment-2272672341 > Why not separate the dialect from the driver? > > cc @Hisoka-X > > ``` > Jdbc { > driver = com.mysql.cj.jdbc.Driver > url = "jdbc:mysql://e2e_starRocksdb

(seatunnel-web) branch main updated: [Bug] [Seatunnel-web] gc.log, nohup.out is created outside of logs directory (#172)

2024-08-06 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-web.git The following commit(s) were added to refs/heads/main by this push: new 43f045cc [Bug] [Seatunnel-web] gc.log, nohup.

Re: [PR] [Bug] [Seatunnel-web] gc.log, nohup.out is created outside of logs directory [seatunnel-web]

2024-08-06 Thread via GitHub
Hisoka-X merged PR #172: URL: https://github.com/apache/seatunnel-web/pull/172 -- 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

Re: [PR] [Improve][feature][Bug] Add Tooltip and Fix Design Issue In the Task Definition [seatunnel-web]

2024-08-06 Thread via GitHub
Hisoka-X commented on PR #171: URL: https://github.com/apache/seatunnel-web/pull/171#issuecomment-227256 cc @arshadmohammad -- 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

[PR] [FIX][SFTP] Fix username parameter error in sftp sink document [seatunnel]

2024-08-06 Thread via GitHub
wuchunfu opened a new pull request, #7334: URL: https://github.com/apache/seatunnel/pull/7334 ### Purpose of this pull request Fix username parameter error in sftp sink document ### Does this PR introduce _any_ user-facing change? ### How was this

Re: [PR] [improve][seatunnel-client] Handle user privacy when submitting a task print configuration logs [seatunnel]

2024-08-06 Thread via GitHub
Hisoka-X commented on code in PR #7247: URL: https://github.com/apache/seatunnel/pull/7247#discussion_r1706411088 ## seatunnel-core/seatunnel-core-starter/src/main/java/org/apache/seatunnel/core/starter/utils/ConfigBuilder.java: ## @@ -36,13 +37,16 @@ import java.util.Map; imp

[PR] [Improve][Connector-V2][Jdbc] Remove MysqlType references in JdbcDialect [seatunnel]

2024-08-06 Thread via GitHub
whhe opened a new pull request, #7333: URL: https://github.com/apache/seatunnel/pull/7333 ### Purpose of this pull request As discussed in https://github.com/apache/seatunnel/pull/7311, we should remove MysqlType references in JdbcDialect. ### Does this PR i

Re: [I] [Bug] [Seatunnel-web] gc.log, nohup.out is created outside of logs directory [seatunnel]

2024-08-06 Thread via GitHub
arshadmohammad commented on issue #7160: URL: https://github.com/apache/seatunnel/issues/7160#issuecomment-2272650195 Raised PR https://github.com/apache/seatunnel-web/pull/172 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [I] [Improve] [Seatunnel-Web] Add support for Seatunnel 2.3.6 in Seatunnel-Web. [seatunnel]

2024-08-06 Thread via GitHub
arshadmohammad closed issue #7147: [Improve] [Seatunnel-Web] Add support for Seatunnel 2.3.6 in Seatunnel-Web. URL: https://github.com/apache/seatunnel/issues/7147 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [I] [Improve] [Seatunnel-Web] Add support for Seatunnel 2.3.6 in Seatunnel-Web. [seatunnel]

2024-08-06 Thread via GitHub
arshadmohammad commented on issue #7147: URL: https://github.com/apache/seatunnel/issues/7147#issuecomment-2272648021 PR is merged https://github.com/apache/seatunnel-web/commit/61555098e43f9862639468c00a3e082b7cd24f34. -- This is an automated message from the Apache Git Service. To respo

Re: [PR] [Improve] [Seatunnel-Web] Add support for Seatunnel 2.3.6 in Seatunnel-Web [seatunnel-web]

2024-08-06 Thread via GitHub
arshadmohammad commented on PR #170: URL: https://github.com/apache/seatunnel-web/pull/170#issuecomment-2272643273 Thanks @Hisoka-X for reviewing and merging the PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

(seatunnel) branch dev updated: [Improve][API] Make sure the table name in TablePath not be null (#7252)

2024-08-06 Thread fanjia
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 764d8b0bc8 [Improve][API] Make sure the table name

(seatunnel) branch dev updated: [Hotfix][Connector] Fix kafka consumer log next startup offset (#7312)

2024-08-06 Thread fanjia
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 891652399e [Hotfix][Connector] Fix kafka consumer l

Re: [PR] [Hotfix][Connector] Fix kafka consumer log next startup offset [seatunnel]

2024-08-06 Thread via GitHub
Hisoka-X merged PR #7312: URL: https://github.com/apache/seatunnel/pull/7312 -- 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: [PR] [Improve][API] Make sure the table name in TablePath not be null [seatunnel]

2024-08-06 Thread via GitHub
Hisoka-X merged PR #7252: URL: https://github.com/apache/seatunnel/pull/7252 -- 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

(seatunnel) branch dev updated: [Improve][Jdbc] Merge user config primary key when create table (#7313)

2024-08-06 Thread fanjia
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 819c685651 [Improve][Jdbc] Merge user config primar

Re: [PR] [Improve][Jdbc] Merge user config primary key when create table [seatunnel]

2024-08-06 Thread via GitHub
Hisoka-X merged PR #7313: URL: https://github.com/apache/seatunnel/pull/7313 -- 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

(seatunnel) branch dev updated: [Improve] Remove unused code (#7324)

2024-08-06 Thread fanjia
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 7c3cd99e00 [Improve] Remove unused code (#7324) 7c3

Re: [PR] [E2E] Remove unused code [seatunnel]

2024-08-06 Thread via GitHub
Hisoka-X merged PR #7324: URL: https://github.com/apache/seatunnel/pull/7324 -- 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

(seatunnel) branch dev updated: [E2E] Enable fakesource e2e of spark/flink (#7325)

2024-08-06 Thread fanjia
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 460e73ec36 [E2E] Enable fakesource e2e of spark/fli

Re: [PR] [E2E] Enable fakesource e2e of spark/flink [seatunnel]

2024-08-06 Thread via GitHub
Hisoka-X merged PR #7325: URL: https://github.com/apache/seatunnel/pull/7325 -- 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

(seatunnel) branch dev updated: [E2E] Enable JdbcPostgresIdentifierIT (#7326)

2024-08-06 Thread fanjia
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 f6a1e51b89 [E2E] Enable JdbcPostgresIdentifierIT (#

Re: [PR] [E2E] Enable JdbcPostgresIdentifierIT [seatunnel]

2024-08-06 Thread via GitHub
Hisoka-X merged PR #7326: URL: https://github.com/apache/seatunnel/pull/7326 -- 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: [PR] [Fix][Connector-V2][OceanBase] Remove OceanBase catalog's dependency on mysql driver [seatunnel]

2024-08-06 Thread via GitHub
Hisoka-X commented on code in PR #7311: URL: https://github.com/apache/seatunnel/pull/7311#discussion_r1706370962 ## seatunnel-connectors-v2/connector-jdbc/src/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/internal/dialect/JdbcDialect.java: ## @@ -666,6 +667,16 @@ def

(seatunnel) branch dev updated: [DOC][Oss] fix document configuration is rectified when the oss is selected as the checkpoint base (#7332)

2024-08-06 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 a12786b821 [DOC][Oss] fix document configuratio

Re: [PR] [DOC][Oss] fix document configuration is rectified when the oss is selected as the checkpoint base [seatunnel]

2024-08-06 Thread via GitHub
hailin0 merged PR #7332: URL: https://github.com/apache/seatunnel/pull/7332 -- 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][Connector-V2][OceanBase] Remove OceanBase catalog's dependency on mysql driver [seatunnel]

2024-08-06 Thread via GitHub
Hisoka-X commented on PR #7311: URL: https://github.com/apache/seatunnel/pull/7311#issuecomment-2272573726 > If you agree with me, I think we can create a new PR to remove all MysqlType references in JdbcDialect. @Hisoka-X @xxsc0529 +1. cc @hailin0 -- This is an automated message

Re: [PR] [Fix][Connector-V2][OceanBase] Remove OceanBase catalog's dependency on mysql driver [seatunnel]

2024-08-06 Thread via GitHub
whhe commented on PR #7311: URL: https://github.com/apache/seatunnel/pull/7311#issuecomment-2272571440 If you agree with me, I think we can create a new PR to remove all MysqlType references in JdbcDialect. @Hisoka-X @xxsc0529 -- This is an automated message from the Apache Git Service.

Re: [PR] [Fix][Connector-V2][OceanBase] Remove OceanBase catalog's dependency on mysql driver [seatunnel]

2024-08-06 Thread via GitHub
whhe commented on code in PR #7311: URL: https://github.com/apache/seatunnel/pull/7311#discussion_r1706349824 ## seatunnel-connectors-v2/connector-jdbc/src/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/catalog/oceanbase/OceanBaseMySqlCatalog.java: ## @@ -17,23 +17,191

Re: [PR] [Improve][Doc] Add IMap OSS config jars into document [seatunnel]

2024-08-06 Thread via GitHub
Carl-Zhou-CN commented on PR #7029: URL: https://github.com/apache/seatunnel/pull/7029#issuecomment-2272568501 @Hisoka-X link #7332 -- 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

[PR] [DOC][Oss] fix document configuration is rectified when the oss is selected as the checkpoint base [seatunnel]

2024-08-06 Thread via GitHub
Carl-Zhou-CN opened a new pull request, #7332: URL: https://github.com/apache/seatunnel/pull/7332 …lected as the checkpoint base ### Purpose of this pull request ### Does this PR introduce _any_ user-facing change? ### How was this patch tested

Re: [PR] [Improve][connector-file-s3] update save mode function for s3 [seatunnel]

2024-08-06 Thread via GitHub
chl-wxp commented on PR #7142: URL: https://github.com/apache/seatunnel/pull/7142#issuecomment-2272566474 **run first** https://github.com/user-attachments/assets/23c43715-7fb5-4283-b584-4d9a9c63148e";> https://github.com/user-attachments/assets/1ffb255b-47cb-469e-86ee-05b7e5482c07";>

(seatunnel) branch dev updated: [Improve][E2E] Support windows for the e2e of paimon (#7329)

2024-08-06 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 a4db64d7c7 [Improve][E2E] Support windows for t

Re: [PR] [Improve][E2E] Support windows for the e2e of paimon [seatunnel]

2024-08-06 Thread via GitHub
hailin0 merged PR #7329: URL: https://github.com/apache/seatunnel/pull/7329 -- 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] [Connectors-V2-Paimon] PaimonSinkCDCIT's test cases fails in windows [seatunnel]

2024-08-06 Thread via GitHub
hailin0 closed issue #7328: [Bug] [Connectors-V2-Paimon] PaimonSinkCDCIT's test cases fails in windows URL: https://github.com/apache/seatunnel/issues/7328 -- 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] [Fix][Connector-V2][OceanBase] Remove OceanBase catalog's dependency on mysql driver [seatunnel]

2024-08-06 Thread via GitHub
xxsc0529 commented on code in PR #7311: URL: https://github.com/apache/seatunnel/pull/7311#discussion_r1706336857 ## seatunnel-connectors-v2/connector-jdbc/src/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/catalog/oceanbase/OceanBaseMySqlCatalog.java: ## @@ -17,23 +17

Re: [PR] [Fix][Connector-V2][OceanBase] Remove OceanBase catalog's dependency on mysql driver [seatunnel]

2024-08-06 Thread via GitHub
xxsc0529 commented on PR #7311: URL: https://github.com/apache/seatunnel/pull/7311#issuecomment-2272551482 > 我刚刚注意到 JdbcDialect 中有一个`decorateWithComment`引用 MysqlType 的方法。我认为它也应该被删除。WDYT@Hisoka-X @xxsc0529 OceanBase has rewritten a method called decorateOceanBaseWithComment,Removed My

Re: [PR] [Fix][Connector-V2][OceanBase] Remove OceanBase catalog's dependency on mysql driver [seatunnel]

2024-08-06 Thread via GitHub
xxsc0529 commented on PR #7311: URL: https://github.com/apache/seatunnel/pull/7311#issuecomment-2272550481 > decorateWithComment OceanBase has rewritten a method called decorateOceanBaseWithComment,Removed MysqlType -- This is an automated message from the Apache Git Service. To re

[I] [Feature][Zeta] Added other metrics info of multi-table [seatunnel]

2024-08-06 Thread via GitHub
corgy-w opened a new issue, #7331: URL: https://github.com/apache/seatunnel/issues/7331 ### 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: [PR] [Improve][Doc] Add IMap OSS config jars into document [seatunnel]

2024-08-06 Thread via GitHub
Hisoka-X commented on PR #7029: URL: https://github.com/apache/seatunnel/pull/7029#issuecomment-2272541733 > @Hisoka-X hi, This seems to be missed some details, should remove configuration: fs.oss.credentials.provider: org.apache.hadoop.fs.aliyun.oss.AliyunCredentialsProvider Oh, cou

Re: [PR] [Fix][Connector-V2][OceanBase] Remove OceanBase catalog's dependency on mysql driver [seatunnel]

2024-08-06 Thread via GitHub
whhe commented on code in PR #7311: URL: https://github.com/apache/seatunnel/pull/7311#discussion_r1706325552 ## seatunnel-connectors-v2/connector-jdbc/src/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/catalog/oceanbase/OceanBaseMySqlCatalog.java: ## @@ -17,23 +17,191

Re: [PR] [Improve][Doc] Add IMap OSS config jars into document [seatunnel]

2024-08-06 Thread via GitHub
Carl-Zhou-CN commented on PR #7029: URL: https://github.com/apache/seatunnel/pull/7029#issuecomment-2272538230 @Hisoka-X hi, This seems to be missed some details, should remove configuration: fs.oss.credentials.provider: org.apache.hadoop.fs.aliyun.oss.AliyunCredentialsProvider -- This

[I] [Bug] [Hive Source] Unable to create a source for identifier 'Hive'. [seatunnel]

2024-08-06 Thread via GitHub
matianhe3 opened a new issue, #7330: URL: https://github.com/apache/seatunnel/issues/7330 ### 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] [BUG][E2E-Paimon] fix issue #7328. PaimonSinkCDCIT's test cases fails in windows [seatunnel]

2024-08-06 Thread via GitHub
dailai commented on PR #7329: URL: https://github.com/apache/seatunnel/pull/7329#issuecomment-2272526965 Please rename the pr title named "[Improve][E2E] Support windows for the e2e of paimon" -- This is an automated message from the Apache Git Service. To respond to the message, please l

(seatunnel) branch dev updated: [Feature][Transform] Add LLM transform (#7303)

2024-08-06 Thread liugddx
This is an automated email from the ASF dual-hosted git repository. liugddx 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 855254e737 [Feature][Transform] Add LLM transform

Re: [PR] [Feature][Transform] Add LLM transform [seatunnel]

2024-08-06 Thread via GitHub
liugddx merged PR #7303: URL: https://github.com/apache/seatunnel/pull/7303 -- 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] [BUG][E2E-Paimon] fix issue #7328. PaimonSinkCDCIT's test cases fails in windows [seatunnel]

2024-08-06 Thread via GitHub
hawk9821 opened a new pull request, #7329: URL: https://github.com/apache/seatunnel/pull/7329 ### Purpose of this pull request ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? ### Check list * [

Re: [PR] [Improve][Jdbc] Merge user config primary key when create table [seatunnel]

2024-08-06 Thread via GitHub
hailin0 commented on PR #7313: URL: https://github.com/apache/seatunnel/pull/7313#issuecomment-2272522428 LGTM @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

(seatunnel-web) branch main updated: [Improve] [Seatunnel-Web] Add support for Seatunnel 2.3.6 in Seatunnel-Web. (#170)

2024-08-06 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-web.git The following commit(s) were added to refs/heads/main by this push: new 61555098 [Improve] [Seatunnel-Web] Add suppor

Re: [PR] [Improve] [Seatunnel-Web] Add support for Seatunnel 2.3.6 in Seatunnel-Web [seatunnel-web]

2024-08-06 Thread via GitHub
Hisoka-X merged PR #170: URL: https://github.com/apache/seatunnel-web/pull/170 -- 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

(seatunnel-web) branch main updated: Update .asf.yaml (#173)

2024-08-06 Thread wanghailin
This is an automated email from the ASF dual-hosted git repository. wanghailin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/seatunnel-web.git The following commit(s) were added to refs/heads/main by this push: new 95696869 Update .asf.yaml (#173) 95696869

Re: [PR] Update .asf.yaml [seatunnel-web]

2024-08-06 Thread via GitHub
hailin0 merged PR #173: URL: https://github.com/apache/seatunnel-web/pull/173 -- 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] Update .asf.yaml [seatunnel-web]

2024-08-06 Thread via GitHub
Hisoka-X commented on PR #173: URL: https://github.com/apache/seatunnel-web/pull/173#issuecomment-2272517309 cc @arshadmohammad -- 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 commen

[PR] Update .asf.yaml [seatunnel-web]

2024-08-06 Thread via GitHub
Hisoka-X opened a new pull request, #173: URL: https://github.com/apache/seatunnel-web/pull/173 ## Purpose of this pull request ## Check list * [ ] Code changed are covered with tests, or it does not need tests for reason: * [ ] If any new Jar binary package

[I] [Bug] [Connectors-V2-Paimon] PaimonSinkCDCIT's test cases fails in windows [seatunnel]

2024-08-06 Thread via GitHub
hawk9821 opened a new issue, #7328: URL: https://github.com/apache/seatunnel/issues/7328 ### 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] [Feature][Spark] Support multiple tables read and write [seatunnel]

2024-08-06 Thread via GitHub
hailin0 commented on code in PR #7283: URL: https://github.com/apache/seatunnel/pull/7283#discussion_r1695284719 ## seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-1/src/test/java/org/apache/seatunnel/connectors/seatunnel/jdbc/JdbcMysqlMultipleTablesI

Re: [PR] [Improvement] jdbc split support customize function [seatunnel]

2024-08-06 Thread via GitHub
liunaijie commented on PR #7294: URL: https://github.com/apache/seatunnel/pull/7294#issuecomment-2272442702 > Why not separate the dialect from the driver? > > cc @Hisoka-X > > ``` > Jdbc { > driver = com.mysql.cj.jdbc.Driver > url = "jdbc:mysql://e2e_starRocksd

Re: [I] [Feature][Elasticsearch] Support multi-table sink write [seatunnel]

2024-08-06 Thread via GitHub
github-actions[bot] commented on issue #7041: URL: https://github.com/apache/seatunnel/issues/7041#issuecomment-2272394422 This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future. -- This is a

Re: [I] seatunnel不支持hbase-source [seatunnel]

2024-08-06 Thread via GitHub
github-actions[bot] commented on issue #7042: URL: https://github.com/apache/seatunnel/issues/7042#issuecomment-2272394395 This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future. -- This is a

Re: [I] [Feature][Elasticsearch] Support multi-table sink write [seatunnel]

2024-08-06 Thread via GitHub
github-actions[bot] closed issue #7041: [Feature][Elasticsearch] Support multi-table sink write URL: https://github.com/apache/seatunnel/issues/7041 -- 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 t

Re: [I] seatunnel不支持hbase-source [seatunnel]

2024-08-06 Thread via GitHub
github-actions[bot] closed issue #7042: seatunnel不支持hbase-source URL: https://github.com/apache/seatunnel/issues/7042 -- 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 unsubsc

Re: [I] What is the seatunnel version corresponding to seatunnel-web 1.0.1? I use seatunnel 2.3.5 version and report an error when configuring mysql-cdc in seatunnel-web. [seatunnel]

2024-08-06 Thread via GitHub
github-actions[bot] commented on issue #7120: URL: https://github.com/apache/seatunnel/issues/7120#issuecomment-2272394325 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] SeaTunnel community meeting Topic collect [seatunnel]

2024-08-06 Thread via GitHub
hailin0 closed issue #7309: SeaTunnel community meeting Topic collect URL: https://github.com/apache/seatunnel/issues/7309 -- 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] [E2E] Enable doris testcase [seatunnel]

2024-08-06 Thread via GitHub
hailin0 opened a new pull request, #7327: URL: https://github.com/apache/seatunnel/pull/7327 ### Purpose of this pull request [E2E] Enable doris testcase ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? ###

Re: [PR] [Hotfix][Connector] Fix kafka consumer log next startup offset [seatunnel]

2024-08-06 Thread via GitHub
hailin0 commented on code in PR #7312: URL: https://github.com/apache/seatunnel/pull/7312#discussion_r1705836100 ## seatunnel-e2e/seatunnel-connector-v2-e2e/connector-kafka-e2e/src/test/java/org/apache/seatunnel/e2e/connector/kafka/KafkaIT.java: ## @@ -318,6 +322,23 @@ public vo

Re: [PR] [E2E] Enable JdbcPostgresIdentifierIT [seatunnel]

2024-08-06 Thread via GitHub
hailin0 commented on code in PR #7326: URL: https://github.com/apache/seatunnel/pull/7326#discussion_r1705812275 ## seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-7/src/test/java/org/apache/seatunnel/connectors/seatunnel/jdbc/JdbcIrisIT.java: ###

Re: [PR] [Improve] [Seatunnel-Web] Add support for Seatunnel 2.3.6 in Seatunnel-Web [seatunnel-web]

2024-08-06 Thread via GitHub
arshadmohammad commented on PR #170: URL: https://github.com/apache/seatunnel-web/pull/170#issuecomment-2271658552 CI is passed :-) -- 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

Re: [PR] [Improve] [Seatunnel-Web] Add support for Seatunnel 2.3.6 in Seatunnel-Web [seatunnel-web]

2024-08-06 Thread via GitHub
arshadmohammad commented on PR #170: URL: https://github.com/apache/seatunnel-web/pull/170#issuecomment-2271637209 pushed dummy change to retrigger the ci -- 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: [PR] [Improve] [Seatunnel-Web] Add support for Seatunnel 2.3.6 in Seatunnel-Web [seatunnel-web]

2024-08-06 Thread via GitHub
arshadmohammad commented on PR #170: URL: https://github.com/apache/seatunnel-web/pull/170#issuecomment-2271626894 Seems Backend / Unit Test (8, ubuntu-latest) (pull_request) is failign becuase of CI environment issue, seatunnel-jackson-2.3.6-optional.jar; is corrupted ` [INFO]

[PR] [E2E] Enable JdbcPostgresIdentifierIT [seatunnel]

2024-08-06 Thread via GitHub
hailin0 opened a new pull request, #7326: URL: https://github.com/apache/seatunnel/pull/7326 ### Purpose of this pull request [E2E] Enable JdbcPostgresIdentifierIT ### Does this PR introduce _any_ user-facing change? ### How was this patch tested?

Re: [PR] [Improve] [Seatunnel-Web] Add support for Seatunnel 2.3.6 in Seatunnel-Web [seatunnel-web]

2024-08-06 Thread via GitHub
arshadmohammad commented on PR #170: URL: https://github.com/apache/seatunnel-web/pull/170#issuecomment-2271534642 I will check why junit tests are failing with java 8 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

Re: [PR] [Improve] [Seatunnel-Web] Add support for Seatunnel 2.3.6 in Seatunnel-Web [seatunnel-web]

2024-08-06 Thread via GitHub
arshadmohammad commented on PR #170: URL: https://github.com/apache/seatunnel-web/pull/170#issuecomment-2271532850 ![image](https://github.com/user-attachments/assets/cd6deddd-0469-4890-94d5-1452b41f185f) -- This is an automated message from the Apache Git Service. To respond to the m

Re: [PR] [Improve] [Seatunnel-Web] Add support for Seatunnel 2.3.6 in Seatunnel-Web [seatunnel-web]

2024-08-06 Thread via GitHub
arshadmohammad commented on PR #170: URL: https://github.com/apache/seatunnel-web/pull/170#issuecomment-2271532421 Thanks @twenty-zhang, the changes you suggested works fine. Most of the PR sanity checks are passed now Build and verified the changes locally. installed seatunnel and sea

[PR] [E2E] Enable fakesource e2e [seatunnel]

2024-08-06 Thread via GitHub
hailin0 opened a new pull request, #7325: URL: https://github.com/apache/seatunnel/pull/7325 ### Purpose of this pull request [E2E] Enable fakesource e2e ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? ###

[PR] [Improve] Remove unused code [seatunnel]

2024-08-06 Thread via GitHub
hailin0 opened a new pull request, #7324: URL: https://github.com/apache/seatunnel/pull/7324 ### Purpose of this pull request Remove unused code link https://github.com/apache/seatunnel/pull/4615/files#diff-07b947775ecba79d29939edd366dd7c01414a7c00f9e9d7f6583840e251b

(seatunnel) branch dependabot/maven/seatunnel-connectors-v2/connector-activemq/org.apache.activemq-activemq-client-5.15.16 created (now 62f7b3da45)

2024-08-06 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-activemq/org.apache.activemq-activemq-client-5.15.16 in repository https://gitbox.apache.org/repos/asf/seatunnel.git at 62f7b3da45 Bu

[PR] Bump org.apache.activemq:activemq-client from 5.14.5 to 5.15.16 in /seatunnel-connectors-v2/connector-activemq [seatunnel]

2024-08-06 Thread via GitHub
dependabot[bot] opened a new pull request, #7323: URL: https://github.com/apache/seatunnel/pull/7323 Bumps org.apache.activemq:activemq-client from 5.14.5 to 5.15.16. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-n

(seatunnel) branch dev updated: [Feature] [Activemq] Added activemq sink (#7251)

2024-08-06 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 f0cefbeb4a [Feature] [Activemq] Added activemq

Re: [PR] [Feature] [Activemq] Added activemq sink [seatunnel]

2024-08-06 Thread via GitHub
hailin0 merged PR #7251: URL: https://github.com/apache/seatunnel/pull/7251 -- 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] [Improvement] jdbc split support customize function [seatunnel]

2024-08-06 Thread via GitHub
hailin0 commented on PR #7294: URL: https://github.com/apache/seatunnel/pull/7294#issuecomment-2271351434 Why not separate the dialect from the driver? ``` Jdbc { driver = com.mysql.cj.jdbc.Driver url = "jdbc:mysql://e2e_starRocksdb:9030" dialect = "star

(seatunnel) branch dev updated: [Fix][Doris] Fix the abnormality of deleting data in CDC scenario. (#7315)

2024-08-06 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 bb2c912404 [Fix][Doris] Fix the abnormality of

Re: [PR] [Fix][Doris] Fix the abnormality of deleting data in CDC scenario. [seatunnel]

2024-08-06 Thread via GitHub
hailin0 merged PR #7315: URL: https://github.com/apache/seatunnel/pull/7315 -- 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][Clickhouse] Fix read clickhouse table to console, task cannot be stopped [seatunnel]

2024-08-06 Thread via GitHub
wuchunfu opened a new pull request, #7322: URL: https://github.com/apache/seatunnel/pull/7322 ### Purpose of this pull request Fix #7318 ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? ### Check li

[I] [Bug] [seatunnel-engine] SeaTunnel flink engin application mode read file not existed [seatunnel]

2024-08-06 Thread via GitHub
Adamyuanyuan opened a new issue, #7321: URL: https://github.com/apache/seatunnel/issues/7321 ### 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 happe

Re: [PR] 2.3.6 release [seatunnel]

2024-08-06 Thread via GitHub
hailin0 commented on PR #7320: URL: https://github.com/apache/seatunnel/pull/7320#issuecomment-2271231745 Can you shed some light on this PR? -- 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] [Bug] [2.3.6-release源码构建到服务器执行报错] 空指针异常经过验证2.3.6打包有问题其他版本没问题· [seatunnel]

2024-08-06 Thread via GitHub
fanxishu closed issue #7287: [Bug] [2.3.6-release源码构建到服务器执行报错] 空指针异常经过验证2.3.6打包有问题其他版本没问题· URL: https://github.com/apache/seatunnel/issues/7287 -- 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 sp

Re: [I] [Bug] [2.3.6-release源码构建到服务器执行报错] 空指针异常经过验证2.3.6打包有问题其他版本没问题· [seatunnel]

2024-08-06 Thread via GitHub
fanxishu commented on issue #7287: URL: https://github.com/apache/seatunnel/issues/7287#issuecomment-2271230507 可以了 一个同事把connect的包复制到了lib下面 -- 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] [Improve][Transform] Improve DynamicCompile transform [seatunnel]

2024-08-06 Thread via GitHub
Hisoka-X commented on code in PR #7319: URL: https://github.com/apache/seatunnel/pull/7319#discussion_r1705446991 ## docs/en/transform-v2/dynamic-compile.md: ## @@ -4,6 +4,8 @@ ## Description +important clause +You need to ensure the security of your service and prevent att

Re: [PR] [Fix][Connector-V2][OceanBase] Remove OceanBase catalog's dependency on mysql driver [seatunnel]

2024-08-06 Thread via GitHub
Hisoka-X commented on PR #7311: URL: https://github.com/apache/seatunnel/pull/7311#issuecomment-2271109162 What's do you think about this PR? @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 g

[PR] 2.3.6 release [seatunnel]

2024-08-06 Thread via GitHub
xxyykkxx opened a new pull request, #7320: URL: https://github.com/apache/seatunnel/pull/7320 ### Purpose of this pull request ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? ### Check list * [

[PR] [Improve][Transform] Improve DynamicCompile transform [seatunnel]

2024-08-06 Thread via GitHub
jacky opened a new pull request, #7319: URL: https://github.com/apache/seatunnel/pull/7319 ### Purpose of this pull request Optimize and add some documents, add an example of RPC ### Does this PR introduce _any_ user-facing change? ### How was

Re: [I] [Bug] [doris] 1.当sink是doris时,varchar类型的数据如果是空会自动加上\N2.自动建表模式提示找不到主键,但是上游source是有主键的 [seatunnel]

2024-08-06 Thread via GitHub
13813586515 commented on issue #7314: URL: https://github.com/apache/seatunnel/issues/7314#issuecomment-2270825934 > Please add `table_path` in source config. https://seatunnel.apache.org/docs/2.3.6/connector-v2/source/Jdbc#tips 这个是解决了主键的问题了,但是\N的问题没有解决 -- This is an automated mess

Re: [PR] [Fix][Connector-V2][OceanBase] Remove OceanBase catalog's dependency on mysql driver [seatunnel]

2024-08-06 Thread via GitHub
Hisoka-X commented on PR #7311: URL: https://github.com/apache/seatunnel/pull/7311#issuecomment-2270818481 Please push an emtpy commit to trigger ci -- 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 t

  1   2   >