Re: [I] [Bug] [Transformer] SQL -Not Supported CAST/CONVERT TIMESTAMP, DATE [seatunnel]

2024-07-11 Thread via GitHub
NoPr commented on issue #7172: URL: https://github.com/apache/seatunnel/issues/7172#issuecomment-2224902010 @Hisoka-X 你好,这和问题可以麻烦关闭一下吗? "query " : "select col1 from fake_1810212286042378240_fa where col1 > TO_DATE('2024-06-13 02:22:13','-MM-dd HH:mm:ss')" 我使用来了新的函数来处理时间戳,已经解决问题了

Re: [I] [Bug] [Transformer] SQL -Not Supported CAST/CONVERT TIMESTAMP, DATE [seatunnel]

2024-07-11 Thread via GitHub
NoPr closed issue #7172: [Bug] [Transformer] SQL -Not Supported CAST/CONVERT TIMESTAMP, DATE URL: https://github.com/apache/seatunnel/issues/7172 -- 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: [PR] [Fix][Connector-V2] Fix kafka parse datetime value throw NPE [seatunnel]

2024-07-11 Thread via GitHub
LeonYoah commented on code in PR #7157: URL: https://github.com/apache/seatunnel/pull/7157#discussion_r1675356028 ## seatunnel-formats/seatunnel-format-json/src/main/java/org/apache/seatunnel/format/json/JsonToRowConverters.java: ## @@ -250,6 +250,9 @@ private float convertToFlo

Re: [PR] [Fix][Connector-V2] Fix kafka parse datetime value throw NPE [seatunnel]

2024-07-11 Thread via GitHub
Hisoka-X commented on code in PR #7157: URL: https://github.com/apache/seatunnel/pull/7157#discussion_r1675349203 ## seatunnel-formats/seatunnel-format-json/src/main/java/org/apache/seatunnel/format/json/JsonToRowConverters.java: ## @@ -250,6 +250,9 @@ private float convertToFlo

Re: [PR] [Improve][CI] Add auto label action [seatunnel]

2024-07-11 Thread via GitHub
hailin0 commented on code in PR #7174: URL: https://github.com/apache/seatunnel/pull/7174#discussion_r1675339532 ## .github/workflows/labeler/label-scope-conf.yml: ## @@ -0,0 +1,170 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor licens

Re: [PR] [Fix][Connector-V2] Fix kafka parse datetime value throw NPE [seatunnel]

2024-07-11 Thread via GitHub
LeonYoah commented on code in PR #7157: URL: https://github.com/apache/seatunnel/pull/7157#discussion_r1675326207 ## seatunnel-formats/seatunnel-format-json/src/main/java/org/apache/seatunnel/format/json/JsonToRowConverters.java: ## @@ -250,6 +250,9 @@ private float convertToFlo

Re: [PR] [Fix][Connector-V2] Fix kafka parse datetime value throw NPE [seatunnel]

2024-07-11 Thread via GitHub
LeonYoah commented on code in PR #7157: URL: https://github.com/apache/seatunnel/pull/7157#discussion_r1675323721 ## seatunnel-formats/seatunnel-format-json/src/main/java/org/apache/seatunnel/format/json/JsonToRowConverters.java: ## @@ -250,6 +250,9 @@ private float convertToFlo

Re: [PR] [Fix][Connector-V2] Fix kafka parse datetime value throw NPE [seatunnel]

2024-07-11 Thread via GitHub
Hisoka-X commented on code in PR #7157: URL: https://github.com/apache/seatunnel/pull/7157#discussion_r1675314622 ## seatunnel-formats/seatunnel-format-json/src/main/java/org/apache/seatunnel/format/json/JsonToRowConverters.java: ## @@ -250,6 +250,9 @@ private float convertToFlo

Re: [PR] [Fix][Connector-V2] Fix kafka parse datetime value throw NPE [seatunnel]

2024-07-11 Thread via GitHub
LeonYoah commented on PR #7157: URL: https://github.com/apache/seatunnel/pull/7157#issuecomment-2224611219 > Thanks @LeonYoah created this PR! Could you add test case? Receive! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[PR] [Improve] Improve error message when can not parse datetime value [seatunnel]

2024-07-11 Thread via GitHub
Hisoka-X opened a new pull request, #7181: URL: https://github.com/apache/seatunnel/pull/7181 ### Purpose of this pull request This PR improve error message when can not parse date/datetime format value. Before this PR, SeaTunnel would throw NPE when can not parse date/datetime v

Re: [PR] [Feature][Connector-V2] Suport choose the home page in http paging [seatunnel]

2024-07-11 Thread via GitHub
Gxinge commented on PR #7180: URL: https://github.com/apache/seatunnel/pull/7180#issuecomment-2224342757 yes,when you use start page, you can choose to start reading from any page.and if this parameter is not selected, the reading starts from the page one by default -- This is an automat

Re: [PR] [Feature][Connector Hive] support hive savemode [seatunnel]

2024-07-11 Thread via GitHub
hailin0 commented on code in PR #6842: URL: https://github.com/apache/seatunnel/pull/6842#discussion_r1675043996 ## docs/zh/connector-v2/sink/Hive.md: ## @@ -0,0 +1,522 @@ +# Hive + +> Hive 数据接收器 + +## 支持的版本 + +已经验证的版本 : +- 2.3.9 +- 3.1.1 + +# 使用依赖 + +当你使用Spark/Flink时, 你需要保证已经与H

Re: [PR] [Feature][Connector-V2] Suport choose the home page in http paging [seatunnel]

2024-07-11 Thread via GitHub
Hisoka-X commented on PR #7180: URL: https://github.com/apache/seatunnel/pull/7180#issuecomment-2224316045 Thanks @Gxinge created this PR! Seem like the github action not started right.. Could you open github action on your fork repository first? ![image](https://github.com/user-attachm

Re: [PR] [Feature][Transform] DynamicCompile add transform [seatunnel]

2024-07-11 Thread via GitHub
jacky commented on code in PR #7170: URL: https://github.com/apache/seatunnel/pull/7170#discussion_r1675026826 ## seatunnel-e2e/pom.xml: ## @@ -36,7 +36,7 @@ 2.4 -4.3.1 +5.4.0 Review Comment: Rest Assured 4.31 relies on Groovy 3.0.3,

Re: [PR] Http start page [seatunnel]

2024-07-11 Thread via GitHub
Gxinge closed pull request #7179: Http start page URL: https://github.com/apache/seatunnel/pull/7179 -- 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: com

Re: [I] [Bug] [Transformer] SQL -Not Supported CAST/CONVERT TIMESTAMP, DATE [seatunnel]

2024-07-11 Thread via GitHub
NoPr commented on issue #7172: URL: https://github.com/apache/seatunnel/issues/7172#issuecomment-2224302583 "transform": [ { "plugin_name": "Sql", "result_table_name": "fake1_1810212286042378241_fa", "source_table_name": "fake_18

Re: [PR] Http start page [seatunnel]

2024-07-11 Thread via GitHub
Gxinge closed pull request #7179: Http start page URL: https://github.com/apache/seatunnel/pull/7179 -- 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: com

(seatunnel) branch dev updated: [Feature][RestAPI] overview support tag filter (#7173)

2024-07-11 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 7e02c886b1 [Feature][RestAPI] overview support tag

Re: [PR] [Feature][RestAPI] overview support tag filter [seatunnel]

2024-07-11 Thread via GitHub
Hisoka-X merged PR #7173: URL: https://github.com/apache/seatunnel/pull/7173 -- 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: [I] [Improve][RestAPI] overview api add tag filter [seatunnel]

2024-07-11 Thread via GitHub
Hisoka-X closed issue #7123: [Improve][RestAPI] overview api add tag filter URL: https://github.com/apache/seatunnel/issues/7123 -- 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.

Re: [I] Can not get coordinator service from an active master node [seatunnel]

2024-07-11 Thread via GitHub
1034323716 commented on issue #7081: URL: https://github.com/apache/seatunnel/issues/7081#issuecomment-2224269189 一样的问题,引擎单台重启后会报这个错 -- 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

Re: [I] [Bug] [CheckPoint] checkpoint ineffective [seatunnel]

2024-07-11 Thread via GitHub
github-actions[bot] commented on issue #6874: URL: https://github.com/apache/seatunnel/issues/6874#issuecomment-2224185658 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] [CheckPoint] checkpoint ineffective [seatunnel]

2024-07-11 Thread via GitHub
github-actions[bot] closed issue #6874: [Bug] [CheckPoint] checkpoint ineffective URL: https://github.com/apache/seatunnel/issues/6874 -- 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: [I] Same service for different databases, Cross-database processing is not implemented [seatunnel]

2024-07-11 Thread via GitHub
github-actions[bot] commented on issue #6878: URL: https://github.com/apache/seatunnel/issues/6878#issuecomment-2224185491 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] Same service for different databases, Cross-database processing is not implemented [seatunnel]

2024-07-11 Thread via GitHub
github-actions[bot] closed issue #6878: Same service for different databases, Cross-database processing is not implemented URL: https://github.com/apache/seatunnel/issues/6878 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [I] [Bug] [Module Name] Bug title [seatunnel]

2024-07-11 Thread via GitHub
github-actions[bot] commented on issue #6879: URL: https://github.com/apache/seatunnel/issues/6879#issuecomment-2224185408 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] [Module Name] Bug title [seatunnel]

2024-07-11 Thread via GitHub
github-actions[bot] closed issue #6879: [Bug] [Module Name] Bug title URL: https://github.com/apache/seatunnel/issues/6879 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To un

Re: [I] [Mongo-cdc][starrocks] 自动建表语句错误 [seatunnel]

2024-07-11 Thread via GitHub
github-actions[bot] commented on issue #6880: URL: https://github.com/apache/seatunnel/issues/6880#issuecomment-2224185316 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][influxdb] Support multi-table source feature [seatunnel]

2024-07-11 Thread via GitHub
github-actions[bot] commented on issue #6925: URL: https://github.com/apache/seatunnel/issues/6925#issuecomment-2224185248 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] [Mongo-cdc][starrocks] 自动建表语句错误 [seatunnel]

2024-07-11 Thread via GitHub
github-actions[bot] closed issue #6880: [Mongo-cdc][starrocks] 自动建表语句错误 URL: https://github.com/apache/seatunnel/issues/6880 -- 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] [Feature][influxdb] Support multi-table source feature [seatunnel]

2024-07-11 Thread via GitHub
github-actions[bot] closed issue #6925: [Feature][influxdb] Support multi-table source feature URL: https://github.com/apache/seatunnel/issues/6925 -- 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

[PR] [Improve][Jdbc] Remove user info in catalog-table options [seatunnel]

2024-07-11 Thread via GitHub
hailin0 opened a new pull request, #7178: URL: https://github.com/apache/seatunnel/pull/7178 ### Purpose of this pull request [Jdbc] Remove user info in catalog-table options - username - password ### Does this PR introduce _any_ user-facing change? No

Re: [PR] [Improve][Jdbc] Use catalog table lookup instead of slow `contains` check [seatunnel]

2024-07-11 Thread via GitHub
hailin0 commented on code in PR #7177: URL: https://github.com/apache/seatunnel/pull/7177#discussion_r1674247980 ## seatunnel-connectors-v2/connector-jdbc/src/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/catalog/AbstractJdbcCatalog.java: ## @@ -126,7 +136,6 @@ protec

[PR] [Improve][Jdbc] Use catalog table lookup instead of slow `contains` check [seatunnel]

2024-07-11 Thread via GitHub
hailin0 opened a new pull request, #7177: URL: https://github.com/apache/seatunnel/pull/7177 ### Purpose of this pull request [Jdbc] Use catalog table lookup instead of slow `contains` check ### Does this PR introduce _any_ user-facing change? No ### How was th

[I] [Improve][shade] Upgrade the dependent version in the shade [seatunnel]

2024-07-11 Thread via GitHub
liugddx opened a new issue, #7176: URL: https://github.com/apache/seatunnel/issues/7176 ### 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] [improve][shade] Upgrade hadoop client to 3.3.1 [seatunnel]

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

Re: [PR] [Feature][Transform] DynamicCompile add transform [seatunnel]

2024-07-11 Thread via GitHub
jacky commented on PR #7170: URL: https://github.com/apache/seatunnel/pull/7170#issuecomment-2223086070 > Yes, if the usage scenario is internal, the risk is not high. > However, it will bring security risks to commercial services using SeaTunnel, such as destructive shell attacks

Re: [PR] [Feature][Transform] DynamicCompile add transform [seatunnel]

2024-07-11 Thread via GitHub
CheneyYin commented on PR #7170: URL: https://github.com/apache/seatunnel/pull/7170#issuecomment-2223073444 > > Is there a risk of injection attacks? Some services based on Seatunnel may be injected with attack codes by users to destroy the production environment of the service provider.

Re: [PR] [Feature][Connector-V2] Support multi-table sink feature for HBase [seatunnel]

2024-07-11 Thread via GitHub
hailin0 commented on code in PR #7169: URL: https://github.com/apache/seatunnel/pull/7169#discussion_r1674103066 ## seatunnel-e2e/seatunnel-connector-v2-e2e/connector-hbase-e2e/src/test/resources/fake_to_hbase_with_multipletable.conf: ## @@ -0,0 +1,73 @@ +# +# Licensed to the Ap

Re: [PR] [Feature][Connector-V2] Support multi-table sink feature for HBase [seatunnel]

2024-07-11 Thread via GitHub
hailin0 commented on code in PR #7169: URL: https://github.com/apache/seatunnel/pull/7169#discussion_r1674099862 ## seatunnel-e2e/seatunnel-connector-v2-e2e/connector-hbase-e2e/src/test/resources/fake_to_hbase_with_multipletable.conf: ## @@ -0,0 +1,73 @@ +# +# Licensed to the Ap

(seatunnel) branch dev updated: [Docs] Update quick start v2 related docs info (#7161)

2024-07-11 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 562712c355 [Docs] Update quick start v2 related

Re: [PR] [Docs] Update quick start v2 related docs info [seatunnel]

2024-07-11 Thread via GitHub
hailin0 merged PR #7161: URL: https://github.com/apache/seatunnel/pull/7161 -- 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] [Feature][Transform] DynamicCompile add transform [seatunnel]

2024-07-11 Thread via GitHub
jacky commented on PR #7170: URL: https://github.com/apache/seatunnel/pull/7170#issuecomment-971248 > Is there a risk of injection attacks? Some services based on Seatunnel may be injected with attack codes by users to destroy the production environment of the service provider.

Re: [PR] [Feature][Core] Support using upstream table placeholders in sink options and auto replacement [seatunnel]

2024-07-11 Thread via GitHub
hailin0 commented on code in PR #7131: URL: https://github.com/apache/seatunnel/pull/7131#discussion_r1673945021 ## seatunnel-api/src/main/java/org/apache/seatunnel/api/configuration/ReadonlyConfig.java: ## @@ -144,6 +144,10 @@ private Object getValue(String key) { }

Re: [PR] [Feature][Connector-V2] Support multi-table sink feature for HBase [seatunnel]

2024-07-11 Thread via GitHub
Hisoka-X commented on PR #7169: URL: https://github.com/apache/seatunnel/pull/7169#issuecomment-828350 > @Hisoka-X Up to now, Do I need to address JDK 11 compatibility issues ? Looking forward to your reply ! Yes. Before we merge PR, we should make sure all test case passed. !

Re: [PR] [Feature][Connector-V2] Support multi-table sink feature for HBase [seatunnel]

2024-07-11 Thread via GitHub
BruceWong96 commented on PR #7169: URL: https://github.com/apache/seatunnel/pull/7169#issuecomment-819159 @Hisoka-X Up to now, Do I need to address JDK 11 compatibility issues ? Looking forward to your reply ! -- This is an automated message from the Apache Git Service. To

Re: [PR] [hotfix][connector-v2-hbase]fix and optimize hbase source problem [seatunnel]

2024-07-11 Thread via GitHub
zhilinli123 commented on PR #7148: URL: https://github.com/apache/seatunnel/pull/7148#issuecomment-725381 hbase source & sink The document is changed to v2, Add Chinese document reference : https://github.com/apache/seatunnel/blob/dev/docs/en/connector-v2/sink/Mysql.md http

[PR] [Improve][CI] Add auto label action [seatunnel]

2024-07-11 Thread via GitHub
Hisoka-X opened a new pull request, #7174: URL: https://github.com/apache/seatunnel/pull/7174 ### Purpose of this pull request Add auto label action for pull request. ### Does this PR introduce _any_ user-facing change? no ### How was this patch tes

Re: [PR] [Feature][RestAPI] overview support tag filter [seatunnel]

2024-07-11 Thread via GitHub
liunaijie commented on PR #7173: URL: https://github.com/apache/seatunnel/pull/7173#issuecomment-625375 cc @liugddx @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 co

[PR] [Feature][RestAPI] overview support tag filter [seatunnel]

2024-07-11 Thread via GitHub
liunaijie opened a new pull request, #7173: URL: https://github.com/apache/seatunnel/pull/7173 ### Purpose of this pull request close https://github.com/apache/seatunnel/issues/7123 ### Does this PR introduce _any_ user-facing change? ### How was this

Re: [I] Bug Transformer SQL Functions - CAST / CONVERT unsupported [seatunnel]

2024-07-11 Thread via GitHub
NoPr commented on issue #7058: URL: https://github.com/apache/seatunnel/issues/7058#issuecomment-602168 > The config should be: > > ```hocon > transform { >Sql { >source_table_name = "assignments" >result_table_name = "mongoassignments" >

[I] [Bug] [Transformer] SQL -Not Supported CAST/CONVERT TIMESTAMP, DATE [seatunnel]

2024-07-11 Thread via GitHub
NoPr opened a new issue, #7172: URL: https://github.com/apache/seatunnel/issues/7172 ### 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][Transform] DynamicCompile add transform [seatunnel]

2024-07-11 Thread via GitHub
CheneyYin commented on PR #7170: URL: https://github.com/apache/seatunnel/pull/7170#issuecomment-580807 Is there a risk of injection attacks? Some services based on Seatunnel may be injected with attack codes by users to destroy the production environment of the service provider. --

Re: [I] [Feature][Transform] Move transform from seatunnel-starter.jar to transform directory [seatunnel]

2024-07-11 Thread via GitHub
liunaijie commented on issue #7171: URL: https://github.com/apache/seatunnel/issues/7171#issuecomment-554639 please assign it to me, thx. -- 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

[I] [Feature][Transform] Move transform from seatunnel-starter.jar to transform directory [seatunnel]

2024-07-11 Thread via GitHub
Hisoka-X opened a new issue, #7171: URL: https://github.com/apache/seatunnel/issues/7171 ### 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] Bug Transformer SQL Functions - CAST / CONVERT unsupported [seatunnel]

2024-07-11 Thread via GitHub
Hisoka-X commented on issue #7058: URL: https://github.com/apache/seatunnel/issues/7058#issuecomment-489606 > 你好,我有一个问题: > "query " : "select col1 from fake_1810212286042378240_fa where col1 > 2023-12-16T10:58:24.844'" > "query " : "select col1 from fake_1810212286042378240_fa wher

Re: [I] Bug Transformer SQL Functions - CAST / CONVERT unsupported [seatunnel]

2024-07-11 Thread via GitHub
NoPr commented on issue #7058: URL: https://github.com/apache/seatunnel/issues/7058#issuecomment-478885 > 配置应该是: > > ```hocon > transform { >Sql { >source_table_name = "assignments" >result_table_name = "mongoassignments" >quer

Re: [I] SQL server uses datatime2 to synchronize data and an exception occurs [seatunnel]

2024-07-11 Thread via GitHub
NoPr commented on issue #6011: URL: https://github.com/apache/seatunnel/issues/6011#issuecomment-452191 你好,请问解决这个问题了吗? -- 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. T

Re: [PR] [Feature][Connector-V2] Support multi-table sink feature for HBase [seatunnel]

2024-07-11 Thread via GitHub
BruceWong96 commented on PR #7169: URL: https://github.com/apache/seatunnel/pull/7169#issuecomment-435932 > Thanks @BruceWong96 for contribute this feature! Could you follow the guide to open github action on your fork repository? https://github.com/apache/seatunnel/pull/7169/checks?che

Re: [PR] [Feature][Connector-V2] Support multi-table sink feature for HBase [seatunnel]

2024-07-11 Thread via GitHub
Hisoka-X commented on PR #7169: URL: https://github.com/apache/seatunnel/pull/7169#issuecomment-420386 Thanks @BruceWong96 for contribute this feature! Could you follow the guide to open github action on your fork repository? https://github.com/apache/seatunnel/pull/7169/checks?check_r

[PR] [Feature][Transform] DynamicCompile add transform [seatunnel]

2024-07-11 Thread via GitHub
jacky opened a new pull request, #7170: URL: https://github.com/apache/seatunnel/pull/7170 ### Purpose of this pull request In the process of daily development, there are many customized transform requirements encountered, but perhaps these requirements are not sui

Re: [PR] [Feature][Connector-V2] Support multi-table sink feature for HBase [seatunnel]

2024-07-11 Thread via GitHub
BruceWong96 commented on PR #7169: URL: https://github.com/apache/seatunnel/pull/7169#issuecomment-411975 @Hisoka-X @hailin0 Hi, PTAL. 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 abov

[PR] [Feature][Connector-V2] Support multi-table sink feature for HBase [seatunnel]

2024-07-11 Thread via GitHub
BruceWong96 opened a new pull request, #7169: URL: https://github.com/apache/seatunnel/pull/7169 ### Purpose of this pull request [Feature][HBase] Support multi-table sink feature https://github.com/apache/seatunnel/issues/5652 ### Does this PR introduce _any_ u

Re: [I] [Bug] [MySQL CDC] Cannot capture change data [seatunnel]

2024-07-11 Thread via GitHub
zhilinli123 commented on issue #7082: URL: https://github.com/apache/seatunnel/issues/7082#issuecomment-403320 Can you provide DDL -- 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 spec

Re: [PR] [hotfix][connector-v2-hbase]fix and optimize hbase source problem [seatunnel]

2024-07-11 Thread via GitHub
zhangshenghang commented on PR #7148: URL: https://github.com/apache/seatunnel/pull/7148#issuecomment-392578 > hi, can you add the hbase sink document together Hi, the HBase sink documentation is available now. What do you want to do specifically? ![image](https://github.com/apach

Re: [PR] [Feature][Core] Support using upstream table placeholders in sink options and auto replacement [seatunnel]

2024-07-11 Thread via GitHub
Hisoka-X commented on code in PR #7131: URL: https://github.com/apache/seatunnel/pull/7131#discussion_r1673608964 ## seatunnel-api/src/main/java/org/apache/seatunnel/api/configuration/ReadonlyConfig.java: ## @@ -144,6 +144,10 @@ private Object getValue(String key) { }

Re: [PR] [hotfix][connector-v2-hbase]fix and optimize hbase source problem [seatunnel]

2024-07-11 Thread via GitHub
zhilinli123 commented on PR #7148: URL: https://github.com/apache/seatunnel/pull/7148#issuecomment-352190 hi, can you add the hbase sink document together -- 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] [Bugfix][RestApi] Fix hazelcast/rest/maps/submit-job return an wrong jobId [seatunnel]

2024-07-11 Thread via GitHub
hailin0 commented on PR #7154: URL: https://github.com/apache/seatunnel/pull/7154#issuecomment-337691 Sorry, I forgot to change the commit title when click merged... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

(seatunnel) branch dev updated: 1 (#7154)

2024-07-11 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 aeb42bad62 1 (#7154) aeb42bad62 is described be

Re: [I] [Bug] [Module Name] Rest API:hazelcast/rest/maps/submit-job return an wrong jobId [seatunnel]

2024-07-11 Thread via GitHub
hailin0 closed issue #7146: [Bug] [Module Name] Rest API:hazelcast/rest/maps/submit-job return an wrong jobId URL: https://github.com/apache/seatunnel/issues/7146 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

Re: [PR] [Bugfix][RestApi] Fix hazelcast/rest/maps/submit-job return an wrong jobId [seatunnel]

2024-07-11 Thread via GitHub
hailin0 merged PR #7154: URL: https://github.com/apache/seatunnel/pull/7154 -- 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] [hotfix][connector-v2-hbase]fix and optimize hbase source problem [seatunnel]

2024-07-11 Thread via GitHub
zhangshenghang commented on code in PR #7148: URL: https://github.com/apache/seatunnel/pull/7148#discussion_r1673596375 ## seatunnel-connectors-v2/connector-hbase/src/main/java/org/apache/seatunnel/connectors/seatunnel/hbase/source/HbaseSourceReader.java: ## @@ -39,22 +40,21 @@

Re: [PR] [Feature][Zeta engine] Added the metrics information of table statistics in multi-table mode [seatunnel]

2024-07-11 Thread via GitHub
Hisoka-X commented on code in PR #7088: URL: https://github.com/apache/seatunnel/pull/7088#discussion_r1673593624 ## seatunnel-engine/seatunnel-engine-server/pom.xml: ## @@ -33,6 +33,11 @@ seatunnel-engine-core ${project.version} + Re

Re: [PR] [Feature][Zeta engine] Added the metrics information of table statistics in multi-table mode [seatunnel]

2024-07-11 Thread via GitHub
Hisoka-X commented on code in PR #7088: URL: https://github.com/apache/seatunnel/pull/7088#discussion_r1673590139 ## .github/workflows/backend.yml: ## @@ -313,7 +313,7 @@ jobs: - name: run updated modules integration test (part-1) if: needs.changes.outputs.api ==

Re: [PR] [hotfix][connector-v2-hbase]fix and optimize hbase source problem [seatunnel]

2024-07-11 Thread via GitHub
Hisoka-X commented on code in PR #7148: URL: https://github.com/apache/seatunnel/pull/7148#discussion_r1673584844 ## docs/en/connector-v2/source/Hbase.md: ## @@ -17,75 +17,80 @@ Read data from Apache Hbase. ## Options -|name| type | required | default valu

Re: [PR] [hotfix][connector-v2-hbase]fix and optimize hbase source problem [seatunnel]

2024-07-11 Thread via GitHub
Hisoka-X commented on code in PR #7148: URL: https://github.com/apache/seatunnel/pull/7148#discussion_r1673583380 ## docs/en/connector-v2/source/Hbase.md: ## @@ -17,75 +17,80 @@ Read data from Apache Hbase. ## Options -|name| type | required | default valu

Re: [PR] [hotfix][connector-v2-hbase]fix and optimize hbase source problem [seatunnel]

2024-07-11 Thread via GitHub
Hisoka-X commented on code in PR #7148: URL: https://github.com/apache/seatunnel/pull/7148#discussion_r1673581542 ## seatunnel-connectors-v2/connector-hbase/src/main/java/org/apache/seatunnel/connectors/seatunnel/hbase/source/HbaseSourceReader.java: ## @@ -39,22 +40,21 @@ impor

Re: [I] shade.identifier and custom encryptionproblem [seatunnel]

2024-07-11 Thread via GitHub
Hisoka-X commented on issue #7117: URL: https://github.com/apache/seatunnel/issues/7117#issuecomment-271305 Try start with our example module. ![image](https://github.com/apache/seatunnel/assets/32387433/43d266a1-86a0-43a9-aa24-90db0e977045) It will show you the basic process of s

Re: [PR] [Docs] Update quick start v2 related docs info [seatunnel]

2024-07-11 Thread via GitHub
tcodehuber commented on code in PR #7161: URL: https://github.com/apache/seatunnel/pull/7161#discussion_r1673568192 ## docs/en/start-v2/locally/deployment.md: ## @@ -61,14 +61,9 @@ You can find all supported connectors and the corresponding plugin_config config :::tip Tip

Re: [PR] [Feature][Zeta engine] Added the metrics information of table statistics in multi-table mode [seatunnel]

2024-07-11 Thread via GitHub
Hisoka-X commented on PR #7088: URL: https://github.com/apache/seatunnel/pull/7088#issuecomment-257738 Please resolve conflicts. 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 sp

[PR] [BugFix][Connector-V2][Maxcompute]fix:Maxcompute sink can't map field… [seatunnel]

2024-07-11 Thread via GitHub
panpan2019 opened a new pull request, #7168: URL: https://github.com/apache/seatunnel/pull/7168 …(#7164) ### Purpose of this pull request fix Maxcompute sink can't map field ### Does this PR introduce _any_ user-facing change? ### How was this p

Re: [PR] [BugFix][Connector-V2][Maxcompute]fix:Maxcompute sink can't map field(#7164) [seatunnel]

2024-07-11 Thread via GitHub
panpan2019 closed pull request #7166: [BugFix][Connector-V2][Maxcompute]fix:Maxcompute sink can't map field(#7164) URL: https://github.com/apache/seatunnel/pull/7166 -- 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][Zeta engine] Added the metrics information of table statistics in multi-table mode [seatunnel]

2024-07-11 Thread via GitHub
hawk9821 commented on code in PR #7088: URL: https://github.com/apache/seatunnel/pull/7088#discussion_r1673543233 ## seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/rest/RestHttpGetCommandProcessor.java: ## @@ -349,12 +355,31 @@ private

Re: [PR] [Docs] Update quick start v2 related docs info [seatunnel]

2024-07-11 Thread via GitHub
Hisoka-X commented on code in PR #7161: URL: https://github.com/apache/seatunnel/pull/7161#discussion_r1673538663 ## docs/en/start-v2/locally/deployment.md: ## @@ -61,14 +61,9 @@ You can find all supported connectors and the corresponding plugin_config config :::tip Tip -I