Re: [I] [Umbrella] unified parameter class and refactor connector creation logic [seatunnel]

2025-02-09 Thread via GitHub
misi1987107 commented on issue #8576: URL: https://github.com/apache/seatunnel/issues/8576#issuecomment-2647106222 Can you assign connector-file-local to 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 U

Re: [PR] [improve] update Redis connector config option [seatunnel]

2025-02-09 Thread via GitHub
misi1987107 commented on code in PR #8631: URL: https://github.com/apache/seatunnel/pull/8631#discussion_r1948468031 ## seatunnel-connectors-v2/connector-redis/src/main/java/org/apache/seatunnel/connectors/seatunnel/redis/source/RedisSourceFactory.java: ## @@ -48,18 +48,21 @@ Ta

Re: [I] [Feature][Transform] converting JSON list to multiple rows [seatunnel]

2025-02-09 Thread via GitHub
nzzl6 closed issue #8636: [Feature][Transform] converting JSON list to multiple rows URL: https://github.com/apache/seatunnel/issues/8636 -- 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

[I] [Feature][Transform] converting JSON list to multiple rows [seatunnel]

2025-02-09 Thread via GitHub
nzzl6 opened a new issue, #8636: URL: https://github.com/apache/seatunnel/issues/8636 ### 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] converting JSON list to multiple rows [seatunnel]

2025-02-09 Thread via GitHub
nzzl6 opened a new issue, #8635: URL: https://github.com/apache/seatunnel/issues/8635 ### 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][connector-http] fix when post have param [seatunnel]

2025-02-09 Thread via GitHub
Hisoka-X commented on code in PR #8434: URL: https://github.com/apache/seatunnel/pull/8434#discussion_r1948357630 ## seatunnel-connectors-v2/connector-http/connector-http-base/src/main/java/org/apache/seatunnel/connectors/seatunnel/http/client/HttpClientProvider.java: ## @@ -115

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

2025-02-09 Thread via GitHub
Hisoka-X commented on code in PR #8581: URL: https://github.com/apache/seatunnel/pull/8581#discussion_r1948354065 ## seatunnel-connectors-v2/connector-activemq/src/main/java/org/apache/seatunnel/connectors/seatunnel/activemq/source/ActivemqSourceReader.java: ## @@ -0,0 +1,197 @@

Re: [PR] [improve] add assert options [seatunnel]

2025-02-09 Thread via GitHub
hailin0 merged PR #8620: URL: https://github.com/apache/seatunnel/pull/8620 -- 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: [improve] add assert options (#8620)

2025-02-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 b159cc0c75 [improve] add assert options (#8620)

Re: [PR] [Fix][Connector-v2][DorisIT]Fix the problem that DorisIT cannot run local [seatunnel]

2025-02-09 Thread via GitHub
Hisoka-X commented on PR #8630: URL: https://github.com/apache/seatunnel/pull/8630#issuecomment-2646804652 > Only in git environment need to execute initializeBE() logic. Could you share more details about why we need this in here? -- This is an automated message from the Apache Git

Re: [PR] [Improve] restruct connector common options [seatunnel]

2025-02-09 Thread via GitHub
Hisoka-X commented on PR #8634: URL: https://github.com/apache/seatunnel/pull/8634#issuecomment-2646802735 cc @hailin0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

Re: [PR] [improve] update Redis connector config option [seatunnel]

2025-02-09 Thread via GitHub
Hisoka-X commented on code in PR #8631: URL: https://github.com/apache/seatunnel/pull/8631#discussion_r1948336001 ## seatunnel-connectors-v2/connector-redis/src/main/java/org/apache/seatunnel/connectors/seatunnel/redis/source/RedisSourceFactory.java: ## @@ -48,18 +48,21 @@ Table

Re: [PR] [Fix][Plugin] Optimize the plugin discovery mechanism [seatunnel]

2025-02-09 Thread via GitHub
Hisoka-X commented on code in PR #8603: URL: https://github.com/apache/seatunnel/pull/8603#discussion_r1948326962 ## seatunnel-plugin-discovery/src/main/java/org/apache/seatunnel/plugin/discovery/AbstractPluginDiscovery.java: ## @@ -114,6 +118,8 @@ public AbstractPluginDiscovery

Re: [PR] [Fix][transform-v2]SQL transform support max/min function [seatunnel]

2025-02-09 Thread via GitHub
hailin0 commented on code in PR #8625: URL: https://github.com/apache/seatunnel/pull/8625#discussion_r1948326811 ## seatunnel-transforms-v2/src/main/java/org/apache/seatunnel/transform/sql/zeta/functions/NumericFunction.java: ## @@ -443,4 +446,52 @@ public static Number trunc(Li

Re: [PR] [improve] RabbitMq connector options [seatunnel]

2025-02-09 Thread via GitHub
liunaijie commented on code in PR #8633: URL: https://github.com/apache/seatunnel/pull/8633#discussion_r1948303509 ## seatunnel-connectors-v2/connector-rabbitmq/src/main/java/org/apache/seatunnel/connectors/seatunnel/rabbitmq/config/RabbitmqOptions.java: ## @@ -36,7 +36,7 @@ @S

Re: [PR] [Improve] restruct connector common options [seatunnel]

2025-02-09 Thread via GitHub
liunaijie commented on PR #8634: URL: https://github.com/apache/seatunnel/pull/8634#issuecomment-2646728034 update to ![image](https://github.com/user-attachments/assets/59327d38-dd70-41b1-82be-6b64cd95b8dc) -- This is an automated message from the Apache Git Service. To re

[PR] [Improve] re-struct connector common options [seatunnel]

2025-02-09 Thread via GitHub
liunaijie opened a new pull request, #8634: URL: https://github.com/apache/seatunnel/pull/8634 ### Purpose of this pull request subtask of #8576 ### Does this PR introduce _any_ user-facing change? ### How was this patch tested?

Re: [PR] [Fix][transform-v2]SQL transform support max/min function [seatunnel]

2025-02-09 Thread via GitHub
CosmosNi commented on PR #8625: URL: https://github.com/apache/seatunnel/pull/8625#issuecomment-2646709685 @Hisoka-X PTAL -- 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

Re: [I] [Bug] [cdc tidb] where source have update operator,the flink have Conversion expects insert-only records but DataStream API record contains: UPDATE_AFTER [seatunnel]

2025-02-09 Thread via GitHub
github-actions[bot] commented on issue #8447: URL: https://github.com/apache/seatunnel/issues/8447#issuecomment-2646686498 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: [PR] [Fix][Connector-v2][DorisIT]Fix the problem that DorisIT cannot run local [seatunnel]

2025-02-09 Thread via GitHub
hawk9821 commented on PR #8630: URL: https://github.com/apache/seatunnel/pull/8630#issuecomment-2646691840 Only in git environment need to execute initializeBE() logic. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [I] 必须要切换到bin目录的上一层,且必须是 ./bin/seatunnel-backend-daemon.sh [seatunnel]

2025-02-09 Thread via GitHub
github-actions[bot] closed issue #8440: 必须要切换到bin目录的上一层,且必须是 ./bin/seatunnel-backend-daemon.sh URL: https://github.com/apache/seatunnel/issues/8440 -- 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 th

Re: [I] 必须要切换到bin目录的上一层,且必须是 ./bin/seatunnel-backend-daemon.sh [seatunnel]

2025-02-09 Thread via GitHub
github-actions[bot] commented on issue #8440: URL: https://github.com/apache/seatunnel/issues/8440#issuecomment-2646686529 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] [cdc tidb] where source have update operator,the flink have Conversion expects insert-only records but DataStream API record contains: UPDATE_AFTER [seatunnel]

2025-02-09 Thread via GitHub
github-actions[bot] closed issue #8447: [Bug] [cdc tidb] where source have update operator,the flink have Conversion expects insert-only records but DataStream API record contains: UPDATE_AFTER URL: https://github.com/apache/seatunnel/issues/8447 -- This is an automated message from the Ap

Re: [I] [Seatunnel-Web] Collect usage requirements for Seatunnel Web [seatunnel]

2025-02-09 Thread via GitHub
github-actions[bot] commented on issue #8491: URL: https://github.com/apache/seatunnel/issues/8491#issuecomment-2646686450 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] [Umbrella] unified parameter class and refactor connector creation logic [seatunnel]

2025-02-09 Thread via GitHub
akulabs8 commented on issue #8576: URL: https://github.com/apache/seatunnel/issues/8576#issuecomment-2646571940 I have tried to come up with the one for RabbitMq as well but it doesn't seem that simple to segregate the Source and Sink files as the BaseOptions is being called from the Client

[PR] [improve] RabbitMq connector options [seatunnel]

2025-02-09 Thread via GitHub
akulabs8 opened a new pull request, #8633: URL: https://github.com/apache/seatunnel/pull/8633 ### Purpose of this pull request subtask of https://github.com/apache/seatunnel/issues/8576 ### Check list * [ ] If any new Jar binary package adding in your PR, plea

Re: [PR] [improve] update RabbitMQ connector config option [seatunnel]

2025-02-09 Thread via GitHub
akulabs8 closed pull request #8632: [improve] update RabbitMQ connector config option URL: https://github.com/apache/seatunnel/pull/8632 -- 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

[PR] [improve] update RabbitMQ connector config option [seatunnel]

2025-02-09 Thread via GitHub
akulabs8 opened a new pull request, #8632: URL: https://github.com/apache/seatunnel/pull/8632 ### Purpose of this pull request subtask of https://github.com/apache/seatunnel/issues/8576 ### Check list * [ ] If any new Jar binary package adding in your PR, plea

[PR] [improve] update Redis connector config option #8594 [seatunnel]

2025-02-09 Thread via GitHub
akulabs8 opened a new pull request, #8631: URL: https://github.com/apache/seatunnel/pull/8631 ### Purpose of this pull request subtask of https://github.com/apache/seatunnel/issues/8576 ### Check list * [ ] If any new Jar binary package adding in your PR, plea

Re: [PR] [Fix][Plugin] Optimize the plugin discovery mechanism [seatunnel]

2025-02-09 Thread via GitHub
corgy-w commented on code in PR #8603: URL: https://github.com/apache/seatunnel/pull/8603#discussion_r1948105276 ## seatunnel-plugin-discovery/src/main/java/org/apache/seatunnel/plugin/discovery/AbstractPluginDiscovery.java: ## @@ -114,6 +118,8 @@ public AbstractPluginDiscovery(