Re: [I] [Feature][Jdbc] Support sink ddl for postgresql [seatunnel]

2024-12-09 Thread via GitHub
hawk9821 commented on issue #8113: URL: https://github.com/apache/seatunnel/issues/8113#issuecomment-2527675297 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 above to go to the specifi

Re: [PR] [Improve][Zeta] Improve the Success Rate of Resource Allocation for Large Tasks in Dynamic Slot Mode. [seatunnel]

2024-12-09 Thread via GitHub
xiaochen-zhou commented on PR #8242: URL: https://github.com/apache/seatunnel/pull/8242#issuecomment-2527692300 > > Hi @xiaochen-zhou , this PR seems to do the same optimization as #8233. +1, looks it's similar. cc @zhangshenghang > @xiaochen-zhou Hi , because I made modifications to the

[PR] [Improve][connector-e2e][Hive]Optimize script and method names [seatunnel]

2024-12-09 Thread via GitHub
zhangshenghang opened a new pull request, #8249: URL: https://github.com/apache/seatunnel/pull/8249 ### Purpose of this pull request Optimize script and method names to prevent misunderstandings by others - link https://github.com/apache/seatunnel/pull/8240#discussion_r187539052

Re: [PR] [Feature][Core] Add slot allocation strategy [seatunnel]

2024-12-09 Thread via GitHub
zhangshenghang commented on code in PR #8233: URL: https://github.com/apache/seatunnel/pull/8233#discussion_r1875852439 ## seatunnel-e2e/seatunnel-engine-e2e/connector-seatunnel-e2e-base/src/test/java/org/apache/seatunnel/engine/e2e/allocatestrategy/SystemLoadAllocateStrategyIT.java: ##

Re: [PR] [Feature][Core] Add slot allocation strategy [seatunnel]

2024-12-09 Thread via GitHub
zhangshenghang commented on code in PR #8233: URL: https://github.com/apache/seatunnel/pull/8233#discussion_r1875853647 ## seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/resourcemanager/ResourceRequestHandler.java: ## @@ -222,7 +250,53

Re: [PR] [Feature][Core] Add slot allocation strategy [seatunnel]

2024-12-09 Thread via GitHub
zhangshenghang commented on code in PR #8233: URL: https://github.com/apache/seatunnel/pull/8233#discussion_r1875853162 ## seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/resourcemanager/AbstractResourceManager.java: ## @@ -98,9 +127,70

Re: [PR] [Feature] [Zeta] Optimize CoordinatorService ThreadPool Configuration to Prevent Potential OOM [seatunnel]

2024-12-09 Thread via GitHub
Hisoka-X commented on code in PR #8241: URL: https://github.com/apache/seatunnel/pull/8241#discussion_r1875932456 ## config/seatunnel.yaml: ## @@ -25,6 +25,9 @@ seatunnel: print-job-metrics-info-interval: 60 slot-service: dynamic-slot: true +coordinator-serv

Re: [PR] [Feature][Mysql-CDC] Support 8.4 and 9 [seatunnel]

2024-12-09 Thread via GitHub
dailai commented on PR #7952: URL: https://github.com/apache/seatunnel/pull/7952#issuecomment-2527285882 > > It's not all right. Currently, seatunnel's cdc depends on debezium 1.9.8.Final which is the highest version currently supported by java8. I think debezium should also be adapted to s

Re: [PR] [Feature][Mysql-CDC] Support 8.4 and 9 [seatunnel]

2024-12-09 Thread via GitHub
fcb-xiaobo commented on PR #7952: URL: https://github.com/apache/seatunnel/pull/7952#issuecomment-2527280218 > It's not all right. Currently, seatunnel's cdc depends on debezium 1.9.8.Final which is the highest version currently supported by java8. I think debezium should al

[I] [Feature][RestAPI] support submit job via file [seatunnel]

2024-12-09 Thread via GitHub
liunaijie opened a new issue, #8246: URL: https://github.com/apache/seatunnel/issues/8246 ### 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] [Feature][RestAPI] support submit job via file [seatunnel]

2024-12-09 Thread via GitHub
liunaijie commented on issue #8246: URL: https://github.com/apache/seatunnel/issues/8246#issuecomment-2527337113 https://github.com/user-attachments/assets/06ce44b1-0b68-4622-9552-ba808b7f2113";> -- This is an automated message from the Apache Git Service. To respond to the message, pl

Re: [PR] [Improve][Zeta] Improve the Success Rate of Resource Allocation for Large Tasks in Dynamic Slot Mode. [seatunnel]

2024-12-09 Thread via GitHub
liunaijie commented on PR #8242: URL: https://github.com/apache/seatunnel/pull/8242#issuecomment-2527343123 > Hi @xiaochen-zhou , this PR seems to do the same optimization as #8233. +1, looks it's similar. cc @zhangshenghang -- This is an automated message from the Apache Git Servi

[I] [Bug] [Module Name] .IllegalArgumentException: Cannot get split [seatunnel]

2024-12-09 Thread via GitHub
slcnx opened a new issue, #8247: URL: https://github.com/apache/seatunnel/issues/8247 ### 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: [I] [Bug] Windows local mode can't start seatunnel server [seatunnel]

2024-12-09 Thread via GitHub
GangLiCN commented on issue #8227: URL: https://github.com/apache/seatunnel/issues/8227#issuecomment-2527449631 > Hi, can you attach your `hazelcast.yaml` config. And when start failed, is 5801 port used by other application? Sure, see below. More information: 1) All seatunne

Re: [I] [Bug] [seatunnel-web] can't build seatunnel-web project [seatunnel]

2024-12-09 Thread via GitHub
susanbushisan closed issue #8051: [Bug] [seatunnel-web] can't build seatunnel-web project URL: https://github.com/apache/seatunnel/issues/8051 -- 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

(seatunnel) branch dev updated: [Fix][Connector-starrocks] Fix drop column bug for starrocks (#8216)

2024-12-09 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 082814da1f [Fix][Connector-starrocks] Fix drop

Re: [PR] [Fix][Connector-starrocks] Fix drop column bug for starrocks [seatunnel]

2024-12-09 Thread via GitHub
hailin0 merged PR #8216: URL: https://github.com/apache/seatunnel/pull/8216 -- 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] Seatunnel uses Flink engine to write data to S3 with error NullPointerException [seatunnel]

2024-12-09 Thread via GitHub
wjmmjr opened a new issue, #8245: URL: https://github.com/apache/seatunnel/issues/8245 ### 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: [I] [Bug] [seatunnel-web] can't build seatunnel-web project [seatunnel]

2024-12-09 Thread via GitHub
susanbushisan commented on issue #8051: URL: https://github.com/apache/seatunnel/issues/8051#issuecomment-2527233105 > ![屏幕截图 2024-12-06 100253](https://private-user-images.githubusercontent.com/51824698/393064770-d02b8a39-f2d6-41cf-915d-7b881a7453a0.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXV

Re: [PR] [Improve][Doc] Move seatunnel engine deployment doc [seatunnel]

2024-12-09 Thread via GitHub
wuchunfu merged PR #8239: URL: https://github.com/apache/seatunnel/pull/8239 -- 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][Doc] Move seatunnel engine deployment doc (#8239)

2024-12-09 Thread wuchunfu
This is an automated email from the ASF dual-hosted git repository. wuchunfu 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 f9a4d9a7da [Improve][Doc] Move seatunnel engine d

(seatunnel) branch dev updated: [Improve][Test] Enable some spark test case on jdk 11 (#8238)

2024-12-09 Thread wuchunfu
This is an automated email from the ASF dual-hosted git repository. wuchunfu 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 430bbf62ac [Improve][Test] Enable some spark test

Re: [PR] [Improve][Test] Enable some spark test case on jdk 11 [seatunnel]

2024-12-09 Thread via GitHub
wuchunfu merged PR #8238: URL: https://github.com/apache/seatunnel/pull/8238 -- 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 (430bbf62ac -> 567cd54de5)

2024-12-09 Thread wuchunfu
This is an automated email from the ASF dual-hosted git repository. wuchunfu pushed a change to branch dev in repository https://gitbox.apache.org/repos/asf/seatunnel.git from 430bbf62ac [Improve][Test] Enable some spark test case on jdk 11 (#8238) add 567cd54de5 [Improve][Connector-V2

Re: [PR] [Improve][Connector-V2] Support read comment when jdbc dialect without catalog [seatunnel]

2024-12-09 Thread via GitHub
wuchunfu merged PR #8196: URL: https://github.com/apache/seatunnel/pull/8196 -- 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] [Zeta] Separated Cluster deploy has some issue on K8S [seatunnel]

2024-12-09 Thread via GitHub
liunaijie opened a new issue, #8248: URL: https://github.com/apache/seatunnel/issues/8248 ### 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: [I] [Bug] Windows local mode can't start seatunnel server [seatunnel]

2024-12-09 Thread via GitHub
liunaijie commented on issue #8227: URL: https://github.com/apache/seatunnel/issues/8227#issuecomment-2527482178 > > Hi, can you attach your `hazelcast.yaml` config. And when start failed, is 5801 port used by other application? > > More information: > > 1. All seatunnel confi

Re: [I] [Feature][RestAPI] support submit job via file [seatunnel]

2024-12-09 Thread via GitHub
fcb-xiaobo commented on issue #8246: URL: https://github.com/apache/seatunnel/issues/8246#issuecomment-2527338551 please 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 com

Re: [PR] [Improve][Zeta] Improve the Success Rate of Resource Allocation for Large Tasks in Dynamic Slot Mode. [seatunnel]

2024-12-09 Thread via GitHub
zhangshenghang commented on PR #8242: URL: https://github.com/apache/seatunnel/pull/8242#issuecomment-2527357585 > > Hi @xiaochen-zhou , this PR seems to do the same optimization as #8233. > > +1, looks it's similar. cc @zhangshenghang @xiaochen-zhou Hi , because I made modifica

Re: [I] [Bug] Windows local mode can't start seatunnel server [seatunnel]

2024-12-09 Thread via GitHub
GangLiCN commented on issue #8227: URL: https://github.com/apache/seatunnel/issues/8227#issuecomment-2527495047 > > > Hi, can you attach your `hazelcast.yaml` config. And when start failed, is 5801 port used by other application? > > > > > > More information: > > > > 1. All

Re: [I] [Bug] Windows local mode can't start seatunnel server [seatunnel]

2024-12-09 Thread via GitHub
GangLiCN commented on issue #8227: URL: https://github.com/apache/seatunnel/issues/8227#issuecomment-2527498384 BTW: 5801 port is allocated and used by Seatunnel Client C:\Windows\System32>netstat -ano |findstr 5801 TCP0.0.0.0:5801 0.0.0.0:0 LISTENING

[PR] [Feature][Connector-V2[Doris]Support sink ddl [seatunnel]

2024-12-09 Thread via GitHub
deng-jeffer opened a new pull request, #8250: URL: https://github.com/apache/seatunnel/pull/8250 ### Purpose of this pull request Feature #8115 ### Does this PR introduce _any_ user-facing change? ### How was this patch tested?

[PR] [HotFix]Fix Dead Link In ObsFile.md [seatunnel]

2024-12-09 Thread via GitHub
xiaochen-zhou opened a new pull request, #8251: URL: https://github.com/apache/seatunnel/pull/8251 ### Purpose of this pull request ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? ### Check li

Re: [PR] [Improve][connector-e2e][Hive]Optimize script and method names [seatunnel]

2024-12-09 Thread via GitHub
davidzollo merged PR #8249: URL: https://github.com/apache/seatunnel/pull/8249 -- 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) branch dev updated: [Improve][connector-e2e][Hive]Optimize script and method names (#8249)

2024-12-09 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 b74adb1798 [Improve][connector-e2e][Hive]Optimiz

[PR] [Feature][CDC] Add 'schema-changes.enabled' options [seatunnel]

2024-12-09 Thread via GitHub
hailin0 opened a new pull request, #8252: URL: https://github.com/apache/seatunnel/pull/8252 ### Purpose of this pull request [CDC] Add 'schema-changes.enabled' options ### Does this PR introduce _any_ user-facing change? add new config key ### How was

[I] [Feature][Transform][Sql] Support schema change apply [seatunnel]

2024-12-09 Thread via GitHub
hailin0 opened a new issue, #8253: URL: https://github.com/apache/seatunnel/issues/8253 ### 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] [Feature][Transform][Jsonpath] Support schema change apply [seatunnel]

2024-12-09 Thread via GitHub
hailin0 opened a new issue, #8254: URL: https://github.com/apache/seatunnel/issues/8254 ### 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] [Feature][Transform][Replace] Support schema change apply [seatunnel]

2024-12-09 Thread via GitHub
hailin0 opened a new issue, #8255: URL: https://github.com/apache/seatunnel/issues/8255 ### 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] [Feature][Core] Add slot allocation strategy [seatunnel]

2024-12-09 Thread via GitHub
Hisoka-X commented on code in PR #8233: URL: https://github.com/apache/seatunnel/pull/8233#discussion_r1877265332 ## seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/resourcemanager/allocation/strategy/SlotAllocationStrategy.java: ## @@ -

[PR] [improve] improve hazelcast joiner, lite node can't be election as master [seatunnel]

2024-12-09 Thread via GitHub
liunaijie opened a new pull request, #8261: URL: https://github.com/apache/seatunnel/pull/8261 ### Purpose of this pull request close #8248 ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? #

Re: [I] [Bug] [DOC] Plugin PluginIdentifier{engineType='seatunnel', pluginType='source', pluginName='XXXXXX'} not found [seatunnel]

2024-12-09 Thread via GitHub
github-actions[bot] commented on issue #7959: URL: https://github.com/apache/seatunnel/issues/7959#issuecomment-2529915455 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] [Bug] [DOC] Plugin PluginIdentifier{engineType='seatunnel', pluginType='source', pluginName='XXXXXX'} not found [seatunnel]

2024-12-09 Thread via GitHub
github-actions[bot] closed issue #7959: [Bug] [DOC] Plugin PluginIdentifier{engineType='seatunnel', pluginType='source', pluginName='XX'} not found URL: https://github.com/apache/seatunnel/issues/7959 -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [I] [Feature][Doc] Remove the chinese and space in the icon files name [seatunnel]

2024-12-09 Thread via GitHub
github-actions[bot] commented on issue #7954: URL: https://github.com/apache/seatunnel/issues/7954#issuecomment-2529915489 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][Doc] Remove the chinese and space in the icon files name [seatunnel]

2024-12-09 Thread via GitHub
github-actions[bot] closed issue #7954: [Feature][Doc] Remove the chinese and space in the icon files name URL: https://github.com/apache/seatunnel/issues/7954 -- 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] [improve] improve hazelcast joiner, lite node can't be election as master [seatunnel]

2024-12-09 Thread via GitHub
liunaijie commented on PR #8261: URL: https://github.com/apache/seatunnel/pull/8261#issuecomment-2530197778 overwrite the default behavoir https://github.com/hazelcast/hazelcast/blob/v5.1/hazelcast/src/main/java/com/hazelcast/instance/impl/Node.java#L841 https://github.com

[PR] [Doc] Modify error name [seatunnel]

2024-12-09 Thread via GitHub
zhangshenghang opened a new pull request, #8257: URL: https://github.com/apache/seatunnel/pull/8257 ### Purpose of this pull request SEATNUNNEL -> SEATUNNEL ### Does this PR introduce _any_ user-facing change? ### How was this patch tested?

(seatunnel) branch dev updated (b74adb1798 -> 0c31ac0ce1)

2024-12-09 Thread wanghailin
This is an automated email from the ASF dual-hosted git repository. wanghailin pushed a change to branch dev in repository https://gitbox.apache.org/repos/asf/seatunnel.git from b74adb1798 [Improve][connector-e2e][Hive]Optimize script and method names (#8249) add 0c31ac0ce1 [HotFix]Fi

Re: [PR] [HotFix]Fix Dead Link In ObsFile.md [seatunnel]

2024-12-09 Thread via GitHub
hailin0 merged PR #8251: URL: https://github.com/apache/seatunnel/pull/8251 -- 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] [Feature][MySQL-CDC] Support truncate table ddl [seatunnel]

2024-12-09 Thread via GitHub
hailin0 closed issue #8259: [Feature][MySQL-CDC] Support truncate table ddl URL: https://github.com/apache/seatunnel/issues/8259 -- 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.

[I] [Feature][Jdbc] Support database/schema/table wildcards scan [seatunnel]

2024-12-09 Thread via GitHub
hailin0 opened a new issue, #8260: URL: https://github.com/apache/seatunnel/issues/8260 ### 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] [hotfix][doc]Fix link failure issue [seatunnel]

2024-12-09 Thread via GitHub
zhangshenghang opened a new pull request, #8256: URL: https://github.com/apache/seatunnel/pull/8256 ### Purpose of this pull request https://github.com/user-attachments/assets/f76efa2c-e8dc-42a3-9020-d85b1209e2fe";> ### Does this PR introduce _any_ user-facing ch

Re: [PR] [hotfix][doc]Fix link failure issue [seatunnel]

2024-12-09 Thread via GitHub
zhangshenghang closed pull request #8256: [hotfix][doc]Fix link failure issue URL: https://github.com/apache/seatunnel/pull/8256 -- 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.

(seatunnel) branch dev updated (0c31ac0ce1 -> 2f3c54cfd9)

2024-12-09 Thread wanghailin
This is an automated email from the ASF dual-hosted git repository. wanghailin pushed a change to branch dev in repository https://gitbox.apache.org/repos/asf/seatunnel.git from 0c31ac0ce1 [HotFix]Fix Dead Link In ObsFile.md (#8251) add 2f3c54cfd9 [Fix][Doc] Modify error name `SEATNUNNE

[I] [Feature][Flink] Support ddl event execute [seatunnel]

2024-12-09 Thread via GitHub
hailin0 opened a new issue, #8258: URL: https://github.com/apache/seatunnel/issues/8258 ### 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] [Fix][Doc] Modify error name `SEATNUNNEL` to `SEATUNNEL` [seatunnel]

2024-12-09 Thread via GitHub
hailin0 merged PR #8257: URL: https://github.com/apache/seatunnel/pull/8257 -- 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] [Feature][MySQL-CDC] Support truncate table ddl [seatunnel]

2024-12-09 Thread via GitHub
hailin0 opened a new issue, #8259: URL: https://github.com/apache/seatunnel/issues/8259 ### 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] [Feature][Mongodb-CDC] Support multi-table read [seatunnel]

2024-12-09 Thread via GitHub
jw-itq commented on code in PR #8029: URL: https://github.com/apache/seatunnel/pull/8029#discussion_r1877439917 ## seatunnel-connectors-v2/connector-cdc/connector-cdc-mongodb/src/main/java/org/apache/seatunnel/connectors/seatunnel/cdc/mongodb/source/offset/ChangeStreamOffset.java: #

Re: [PR] [Fix][E2E] Disable HDFS in CI [seatunnel]

2024-12-09 Thread via GitHub
Hisoka-X closed pull request #8240: [Fix][E2E] Disable HDFS in CI URL: https://github.com/apache/seatunnel/pull/8240 -- 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 unsubscr

Re: [PR] [Fix][E2E] Disable HDFS in CI [seatunnel]

2024-12-09 Thread via GitHub
Hisoka-X commented on PR #8240: URL: https://github.com/apache/seatunnel/pull/8240#issuecomment-2530598483 Let me close this PR now. Feel free to comment if you have any problem. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[PR] [Fix][CI] Fix ci dependency check error [seatunnel]

2024-12-09 Thread via GitHub
Hisoka-X opened a new pull request, #8262: URL: https://github.com/apache/seatunnel/pull/8262 ### Purpose of this pull request Fix ci dependency check error, please refer https://github.com/hailin0/incubator-seatunnel/actions/runs/12247873485/job/34169602944. It miss test e2e mod

Re: [PR] [Feature][CDC] Add 'schema-changes.enabled' options [seatunnel]

2024-12-09 Thread via GitHub
hailin0 commented on code in PR #8252: URL: https://github.com/apache/seatunnel/pull/8252#discussion_r1877478337 ## docs/en/concept/schema-evolution.md: ## @@ -43,9 +52,8 @@ source { password = "mysqlpw" table-names = ["shop.products"] base-url = "jdbc:mysql://mys

Re: [PR] [Feature][CDC] Add 'schema-changes.enabled' options [seatunnel]

2024-12-09 Thread via GitHub
Hisoka-X commented on code in PR #8252: URL: https://github.com/apache/seatunnel/pull/8252#discussion_r1877451774 ## docs/en/concept/schema-evolution.md: ## @@ -43,9 +52,8 @@ source { password = "mysqlpw" table-names = ["shop.products"] base-url = "jdbc:mysql://my

[PR] [Improve][Elasticsearch] Truncate the exception message body for request errors [seatunnel]

2024-12-09 Thread via GitHub
hailin0 opened a new pull request, #8263: URL: https://github.com/apache/seatunnel/pull/8263 ### Purpose of this pull request [Elasticsearch] Truncate the exception message body for request errors ### Does this PR introduce _any_ user-facing change? ##

(seatunnel) branch dev updated: [Feature][CDC] Add 'schema-changes.enabled' options (#8252)

2024-12-09 Thread dailai
This is an automated email from the ASF dual-hosted git repository. dailai 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 d783f9447c [Feature][CDC] Add 'schema-changes.enabl

Re: [PR] [Feature][CDC] Add 'schema-changes.enabled' options [seatunnel]

2024-12-09 Thread via GitHub
dailai merged PR #8252: URL: https://github.com/apache/seatunnel/pull/8252 -- 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...@seatunnel

[I] [Bug] [Module Name] oracle cdc同步到doris时数据丢失 [seatunnel]

2024-12-09 Thread via GitHub
Ashal opened a new issue, #8264: URL: https://github.com/apache/seatunnel/issues/8264 ### 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] [Improve][Connector-v2] Use regex to match filedName placeholders in jdbc sink [seatunnel]

2024-12-09 Thread via GitHub
Hisoka-X commented on code in PR #8222: URL: https://github.com/apache/seatunnel/pull/8222#discussion_r1877492729 ## seatunnel-connectors-v2/connector-jdbc/src/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/internal/executor/FieldNamedPreparedStatement.java: ## @@ -669