Re: [PR] [Feature][connector-v2]Add Kafka Protobuf Data Parsing Support [seatunnel]

2024-08-22 Thread via GitHub
zhangshenghang commented on code in PR #7361: URL: https://github.com/apache/seatunnel/pull/7361#discussion_r1728467309 ## seatunnel-formats/seatunnel-format-protobuf/src/main/java/org/apache/seatunnel/format/protobuf/CompileDescriptor.java: ## @@ -0,0 +1,103 @@ +/* + * Licensed

Re: [I] Recovery job failed [seatunnel]

2024-08-22 Thread via GitHub
dibrother commented on issue #7472: URL: https://github.com/apache/seatunnel/issues/7472#issuecomment-2306416960 The source table structure has been changed (deleting a field), will this affect the recovery? The change of upstream data is uncontrollable. -- This is an automated me

Re: [PR] [Feature][connector-v2]Add Kafka Protobuf Data Parsing Support [seatunnel]

2024-08-22 Thread via GitHub
Hisoka-X commented on code in PR #7361: URL: https://github.com/apache/seatunnel/pull/7361#discussion_r1728462735 ## seatunnel-formats/seatunnel-format-protobuf/src/main/java/org/apache/seatunnel/format/protobuf/CompileDescriptor.java: ## @@ -0,0 +1,103 @@ +/* + * Licensed to th

Re: [I] Recovery job failed [seatunnel]

2024-08-22 Thread via GitHub
dailai commented on issue #7472: URL: https://github.com/apache/seatunnel/issues/7472#issuecomment-2306412730 Maybe you're using the wrong snapshot. Has the table structure changed before and after the snapshot you are using? -- This is an automated message from the Apache Git Service. To

Re: [I] Recovery job failed [seatunnel]

2024-08-22 Thread via GitHub
dibrother commented on issue #7472: URL: https://github.com/apache/seatunnel/issues/7472#issuecomment-2306405532 The current version being used is 2.3.7. -- 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] [Feature][connector-v2]Add Kafka Protobuf Data Parsing Support [seatunnel]

2024-08-22 Thread via GitHub
zhangshenghang commented on code in PR #7361: URL: https://github.com/apache/seatunnel/pull/7361#discussion_r1728455498 ## seatunnel-formats/seatunnel-format-protobuf/src/main/java/org/apache/seatunnel/format/protobuf/CompileDescriptor.java: ## @@ -0,0 +1,103 @@ +/* + * Licensed

Re: [I] Recovery job failed [seatunnel]

2024-08-22 Thread via GitHub
dailai commented on issue #7472: URL: https://github.com/apache/seatunnel/issues/7472#issuecomment-2306402043 Please use the [2.3.7](https://github.com/apache/seatunnel/releases/tag/2.3.7) which fix the problem by the [pr](https://github.com/apache/seatunnel/pull/7381) -- This is an auto

[I] Recovery job failed [seatunnel]

2024-08-22 Thread via GitHub
dibrother opened a new issue, #7472: URL: https://github.com/apache/seatunnel/issues/7472 ### 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][connector-v2]Add Kafka Protobuf Data Parsing Support [seatunnel]

2024-08-22 Thread via GitHub
Hisoka-X commented on code in PR #7361: URL: https://github.com/apache/seatunnel/pull/7361#discussion_r1728431348 ## seatunnel-formats/seatunnel-format-protobuf/src/main/java/org/apache/seatunnel/format/protobuf/CompileDescriptor.java: ## @@ -0,0 +1,103 @@ +/* + * Licensed to th

(seatunnel) branch dev updated: [Improve] Improve some connectors prepare check error message (#7465)

2024-08-22 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 6930a25edd [Improve] Improve some connectors prep

Re: [PR] [Improve] Improve some connectors prepare check error message [seatunnel]

2024-08-22 Thread via GitHub
wuchunfu merged PR #7465: URL: https://github.com/apache/seatunnel/pull/7465 -- 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][Connector-V2] update vectorType [seatunnel]

2024-08-22 Thread via GitHub
corgy-w commented on code in PR #7446: URL: https://github.com/apache/seatunnel/pull/7446#discussion_r1728349352 ## seatunnel-common/src/main/java/org/apache/seatunnel/common/utils/BufferUtil.java: ## @@ -0,0 +1,130 @@ +/* + * Licensed to the Apache Software Foundation (ASF) und

Re: [PR] [Bug] [resource-isolation] separated-cluster-deployment, When starting the worker, specify group=platform, and when submitting the job, specify tag_filter, which is also group=platform, but c

2024-08-22 Thread via GitHub
Hisoka-X commented on PR #7471: URL: https://github.com/apache/seatunnel/pull/7471#issuecomment-2306274876 cc @liunaijie as well. -- 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 comm

Re: [PR] [Bug] [resource-isolation] separated-cluster-deployment, When starting the worker, specify group=platform, and when submitting the job, specify tag_filter, which is also group=platform, but c

2024-08-22 Thread via GitHub
Hisoka-X commented on PR #7471: URL: https://github.com/apache/seatunnel/pull/7471#issuecomment-2306275733 Please add test case. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comme

Re: [PR] [Hotfix][Metrics] fix sporadic multi-metrics ci [seatunnel]

2024-08-22 Thread via GitHub
corgy-w commented on code in PR #7468: URL: https://github.com/apache/seatunnel/pull/7468#discussion_r1728343792 ## seatunnel-engine/seatunnel-engine-client/src/test/java/org/apache/seatunnel/engine/client/SeaTunnelClientTest.java: ## @@ -684,18 +684,55 @@ public void testGetMul

Re: [PR] [Bug] [resource-isolation] separated-cluster-deployment, When starting the worker, specify group=platform, and when submitting the job, specify tag_filter, which is also group=platform, but c

2024-08-22 Thread via GitHub
chenqianwen closed pull request #7471: [Bug] [resource-isolation] separated-cluster-deployment, When starting the worker, specify group=platform, and when submitting the job, specify tag_filter, which is also group=platform, but cannot be matched. URL: https://github.com/apache/seatunnel/pull/

[PR] [Bug] [resource-isolation] separated-cluster-deployment, When starting the worker, specify group=platform, and when submitting the job, specify tag_filter, which is also group=platform, but canno

2024-08-22 Thread via GitHub
chenqianwen opened a new pull request, #7471: URL: https://github.com/apache/seatunnel/pull/7471 https://github.com/apache/seatunnel/issues/7469 ### Purpose of this pull request separated-cluster-deployment, When starting the worker, specify group=platform, and when sub

Re: [PR] [Bug] [resource-isolation tag_filter] separated-cluster-deployment, W… [seatunnel]

2024-08-22 Thread via GitHub
chenqianwen closed pull request #7470: [Bug] [resource-isolation tag_filter] separated-cluster-deployment, W… URL: https://github.com/apache/seatunnel/pull/7470 -- 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] [Bug] [resource-isolation tag_filter] separated-cluster-deployment, W… [seatunnel]

2024-08-22 Thread via GitHub
chenqianwen opened a new pull request, #7470: URL: https://github.com/apache/seatunnel/pull/7470 https://github.com/apache/seatunnel/issues/7469 ### Purpose of this pull request fix a bug in separated-cluster-deployment, When starting the worker, specify group=platform, and

[I] [Bug] [resource-isolation] separated-cluster-deployment, When starting the worker, specify group=platform, and when submitting the job, specify tag_filter, which is also group=platform, but cannot

2024-08-22 Thread via GitHub
chenqianwen opened a new issue, #7469: URL: https://github.com/apache/seatunnel/issues/7469 ### 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 happen

Re: [PR] [Hotfix][Metrics] fix sporadic multi-metrics ci [seatunnel]

2024-08-22 Thread via GitHub
Hisoka-X commented on code in PR #7468: URL: https://github.com/apache/seatunnel/pull/7468#discussion_r1728226745 ## seatunnel-engine/seatunnel-engine-client/src/test/java/org/apache/seatunnel/engine/client/SeaTunnelClientTest.java: ## @@ -684,18 +684,55 @@ public void testGetMu

Re: [PR] [Hotfix][Metrics] fix sporadic multi-metrics ci [seatunnel]

2024-08-22 Thread via GitHub
corgy-w commented on PR #7468: URL: https://github.com/apache/seatunnel/pull/7468#issuecomment-2306133635 PTAL @Hisoka-X @hawk9821 -- 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] [Feature][Connector-V2] Support opengauss-cdc [seatunnel]

2024-08-22 Thread via GitHub
Carl-Zhou-CN commented on PR #7433: URL: https://github.com/apache/seatunnel/pull/7433#issuecomment-2306132636 niubility! -- 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

[PR] [Hotfix][Metrics] fix sporadic multi-metrics ci [seatunnel]

2024-08-22 Thread via GitHub
corgy-w opened a new pull request, #7468: URL: https://github.com/apache/seatunnel/pull/7468 ### Purpose of this pull request Avoid occasional ci errors, rate-metrics can be approximated ### Does this PR introduce _any_ user-facing change? ### How was this patch tested?

Re: [PR] [Feature] add dockerfile [seatunnel]

2024-08-22 Thread via GitHub
Hisoka-X commented on PR #7346: URL: https://github.com/apache/seatunnel/pull/7346#issuecomment-2306115854 Thanks @liunaijie ! -- 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: [PR] [Improve] Improve some connectors prepare check error message [seatunnel]

2024-08-22 Thread via GitHub
Hisoka-X commented on code in PR #7465: URL: https://github.com/apache/seatunnel/pull/7465#discussion_r1728194816 ## seatunnel-connectors-v2/connector-cassandra/src/main/java/org/apache/seatunnel/connectors/seatunnel/cassandra/sink/CassandraSink.java: ## @@ -106,8 +107,11 @@ pub

Re: [PR] [Improve] Improve some connectors prepare check error message [seatunnel]

2024-08-22 Thread via GitHub
zhangshenghang commented on PR #7465: URL: https://github.com/apache/seatunnel/pull/7465#issuecomment-2306104217 > Could you help to fix > > https://github.com/apache/seatunnel/blob/d928e8b11337710da82c06fb97aa135d5365fc33/seatunnel-connectors-v2/connector-cassandra/src/main/java/org/

Re: [PR] [Improve] influxdb exception print [seatunnel]

2024-08-22 Thread via GitHub
Hisoka-X commented on PR #7465: URL: https://github.com/apache/seatunnel/pull/7465#issuecomment-2306094550 Could you help to fix https://github.com/apache/seatunnel/blob/d928e8b11337710da82c06fb97aa135d5365fc33/seatunnel-connectors-v2/connector-cassandra/src/main/java/org/apache/seatunnel/co

[PR] [Feature][Connector-V2][Tablestore] Support Source connector for Tablestore #7448 [seatunnel]

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

Re: [PR] [Improve][Connector-V2] update vectorType [seatunnel]

2024-08-22 Thread via GitHub
Hisoka-X commented on code in PR #7446: URL: https://github.com/apache/seatunnel/pull/7446#discussion_r1728174335 ## seatunnel-common/src/main/java/org/apache/seatunnel/common/utils/BufferUtil.java: ## @@ -0,0 +1,130 @@ +/* + * Licensed to the Apache Software Foundation (ASF) un

Re: [PR] [Improve] influxdb exception print [seatunnel]

2024-08-22 Thread via GitHub
zhangshenghang commented on code in PR #7465: URL: https://github.com/apache/seatunnel/pull/7465#discussion_r1728173838 ## seatunnel-connectors-v2/connector-influxdb/src/main/java/org/apache/seatunnel/connectors/seatunnel/influxdb/source/InfluxDBSource.java: ## @@ -94,8 +94,8 @@

[I] [Feature][zeta] Seatunnel Config Support inner variable [seatunnel]

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

(seatunnel) branch dev updated: [Improve] Refactor S3FileCatalog and it's factory (#7457)

2024-08-22 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 d928e8b113 [Improve] Refactor S3FileCatalog and

Re: [PR] [Improve] Refactor S3FileCatalog and it's factory [seatunnel]

2024-08-22 Thread via GitHub
hailin0 merged PR #7457: URL: https://github.com/apache/seatunnel/pull/7457 -- 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-web) branch main updated: [Improvement] [Seatunnel-web] Bump seatunnel version from 2.3.6 to 2.3.7 (#190)

2024-08-22 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 39db793f [Improvement] [Seatunnel-web] Bump s

Re: [PR] [Improvement] [Seatunnel-web] Bump seatunnel version from 2.3.6 to 2.3.7 [seatunnel-web]

2024-08-22 Thread via GitHub
Hisoka-X merged PR #190: URL: https://github.com/apache/seatunnel-web/pull/190 -- 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] influxdb exception print [seatunnel]

2024-08-22 Thread via GitHub
Hisoka-X commented on code in PR #7465: URL: https://github.com/apache/seatunnel/pull/7465#discussion_r1728164633 ## seatunnel-connectors-v2/connector-influxdb/src/main/java/org/apache/seatunnel/connectors/seatunnel/influxdb/source/InfluxDBSource.java: ## @@ -94,8 +94,8 @@ publi

Re: [I] Failed to upsert for commit time 20240822175004430 [seatunnel]

2024-08-22 Thread via GitHub
Hisoka-X commented on issue #7462: URL: https://github.com/apache/seatunnel/issues/7462#issuecomment-2306054359 cc @liugddx -- 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] [Bug] [Module Name] Bug title [seatunnel]

2024-08-22 Thread via GitHub
github-actions[bot] commented on issue #7211: URL: https://github.com/apache/seatunnel/issues/7211#issuecomment-2305960218 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] 把influxdb里面的数据同步到doris [seatunnel]

2024-08-22 Thread via GitHub
github-actions[bot] commented on issue #7250: URL: https://github.com/apache/seatunnel/issues/7250#issuecomment-2305960025 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] [Feature][Hudi Sink] Hudi sink supports catalog and typeconverter features. [seatunnel]

2024-08-22 Thread via GitHub
github-actions[bot] commented on issue #7249: URL: https://github.com/apache/seatunnel/issues/7249#issuecomment-2305960069 This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.

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

2024-08-22 Thread via GitHub
github-actions[bot] closed issue #7211: [Bug] [Module Name] Bug title URL: https://github.com/apache/seatunnel/issues/7211 -- 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] [Bug] [S3 File] After updating to the current dev branch cluster, s3File failed to run the task [seatunnel]

2024-08-22 Thread via GitHub
github-actions[bot] commented on issue #7215: URL: https://github.com/apache/seatunnel/issues/7215#issuecomment-2305960189 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] [S3 File] After updating to the current dev branch cluster, s3File failed to run the task [seatunnel]

2024-08-22 Thread via GitHub
github-actions[bot] closed issue #7215: [Bug] [S3 File] After updating to the current dev branch cluster, s3File failed to run the task URL: https://github.com/apache/seatunnel/issues/7215 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [I] [Feature]Parquet version upgrade to support LZ4_RAW compression format [seatunnel]

2024-08-22 Thread via GitHub
github-actions[bot] commented on issue #7223: URL: https://github.com/apache/seatunnel/issues/7223#issuecomment-2305960141 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: [PR] [Improve] Refactor S3FileCatalog and it's factory [seatunnel]

2024-08-22 Thread via GitHub
loustler commented on code in PR #7457: URL: https://github.com/apache/seatunnel/pull/7457#discussion_r1727977977 ## seatunnel-connectors-v2/connector-file/connector-file-s3/src/main/java/org/apache/seatunnel/connectors/seatunnel/file/s3/catalog/S3FileCatalog.java: ## @@ -17,120

(seatunnel) branch dev updated: [Improve][API] Add IGNORE savemode type (#7443)

2024-08-22 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 825caa8dec [Improve][API] Add IGNORE savemode t

Re: [I] [Bug] [sink elasticsearch] the savemode of sink-es conficts with es automatically creating indexes based on templates [seatunnel]

2024-08-22 Thread via GitHub
hailin0 closed issue #7430: [Bug] [sink elasticsearch] the savemode of sink-es conficts with es automatically creating indexes based on templates URL: https://github.com/apache/seatunnel/issues/7430 -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] [Improve][API] Add IGNORE savemode type [seatunnel]

2024-08-22 Thread via GitHub
hailin0 merged PR #7443: URL: https://github.com/apache/seatunnel/pull/7443 -- 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] [Fixbug] doris custom sql work [seatunnel]

2024-08-22 Thread via GitHub
zhangshenghang commented on PR #7464: URL: https://github.com/apache/seatunnel/pull/7464#issuecomment-2304625181 > Please add test case. Thanks Ok ,I will add it -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

(seatunnel) branch dev updated: [Improve] Added OSSFileCatalog and it's factory (#7458)

2024-08-22 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 9006a205db [Improve] Added OSSFileCatalog and i

Re: [PR] [Improve] Added OSSFileCatalog and it's factory [seatunnel]

2024-08-22 Thread via GitHub
hailin0 merged PR #7458: URL: https://github.com/apache/seatunnel/pull/7458 -- 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] [Improve] influxdb exception print [seatunnel]

2024-08-22 Thread via GitHub
Hisoka-X commented on PR #7465: URL: https://github.com/apache/seatunnel/pull/7465#issuecomment-2304589652 Before this PR, can we get the version error message from cause by block of `InfluxdbConnectorException`? I checked the code, the answer is yes if I don't miss anything. -- This is

Re: [PR] [Feature][connector-v2]Add Kafka Protobuf Data Parsing Support [seatunnel]

2024-08-22 Thread via GitHub
zhangshenghang commented on PR #7361: URL: https://github.com/apache/seatunnel/pull/7361#issuecomment-2304588439 Hi @hailin0 , Is this method OK? If so, I will add the documentation and e2e code -- This is an automated message from the Apache Git Service. To respond to the message, please

[PR] [Improve] influxdb exception print [seatunnel]

2024-08-22 Thread via GitHub
zhangshenghang opened a new pull request, #7465: URL: https://github.com/apache/seatunnel/pull/7465 ### Purpose of this pull request ![image](https://github.com/user-attachments/assets/85c536f8-cba0-4d77-b16b-55f5754eacbd) My influxDB version is 1.3.7. When using Se

[PR] [Fixbug] doris custom sql work [seatunnel]

2024-08-22 Thread via GitHub
zhangshenghang opened a new pull request, #7464: URL: https://github.com/apache/seatunnel/pull/7464 ### Purpose of this pull request fix #7367 doris did not implement this function before, but now it has been completed ### How was this patch tested?

Re: [PR] [Improve] Refactor S3FileCatalog and it's factory [seatunnel]

2024-08-22 Thread via GitHub
Hisoka-X commented on code in PR #7457: URL: https://github.com/apache/seatunnel/pull/7457#discussion_r1726958288 ## seatunnel-connectors-v2/connector-file/connector-file-s3/src/main/java/org/apache/seatunnel/connectors/seatunnel/file/s3/catalog/S3FileCatalog.java: ## @@ -17,120

(seatunnel) branch dev updated: [Improve][API] Move catalog open to SaveModeHandler (#7439)

2024-08-22 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 8c2c5c79a1 [Improve][API] Move catalog open to

Re: [PR] [Improve][API] Move catalog open to SaveModeHandler [seatunnel]

2024-08-22 Thread via GitHub
hailin0 merged PR #7439: URL: https://github.com/apache/seatunnel/pull/7439 -- 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] [Improve][CDC] Improve cdc task state restore for zeta [seatunnel]

2024-08-22 Thread via GitHub
hailin0 opened a new pull request, #7463: URL: https://github.com/apache/seatunnel/pull/7463 ### Purpose of this pull request [Improve][CDC] Improve cdc task state restore for zeta ### Does this PR introduce _any_ user-facing change? No ### How was this

Re: [PR] [Improvement] [Seatunnel-web] Bump seatunnel version from 2.3.6 to 2.3.7 [seatunnel-web]

2024-08-22 Thread via GitHub
arshadmohammad commented on PR #190: URL: https://github.com/apache/seatunnel-web/pull/190#issuecomment-2304298796 Build, installed, create and executed a job ![image](https://github.com/user-attachments/assets/98b3a920-9c2c-40af-acba-e59983d40a2f) -- This is an automated message f

[PR] [Improvement] [Seatunnel-web] Bump seatunnel version from 2.3.6 to 2.3.7 [seatunnel-web]

2024-08-22 Thread via GitHub
arshadmohammad opened a new pull request, #190: URL: https://github.com/apache/seatunnel-web/pull/190 ## 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 pa

Re: [I] [Feature][Hbase] Implement Hbase connector catalog and typeconverter [seatunnel]

2024-08-22 Thread via GitHub
zhangshenghang commented on issue #6780: URL: https://github.com/apache/seatunnel/issues/6780#issuecomment-2304265104 @Hisoka-X Is this issue still being processed? If not, you can assign it to me cc @TaoZex -- This is an automated message from the Apache Git Service. To respond to

[I] Failed to upsert for commit time 20240822175004430 [seatunnel]

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

[I] [Feature][Hbase] Implement Hbase connector catalog and typeconverter [seatunnel]

2024-08-22 Thread via GitHub
TaoZex opened a new issue, #6780: URL: https://github.com/apache/seatunnel/issues/6780 ### Search before asking - [X] I had searched in the [feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement. ##

[PR] [Feature][Connector-V2] Add `decimal_type_narrowing` option in jdbc [seatunnel]

2024-08-22 Thread via GitHub
Hisoka-X opened a new pull request, #7461: URL: https://github.com/apache/seatunnel/pull/7461 ### Purpose of this pull request This PR add new `decimal_type_narrowing` option in jdbc. Only worked on oracle at now. The default value is true. When set value to `false`. We will no

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

2024-08-22 Thread via GitHub
liunaijie commented on PR #6842: URL: https://github.com/apache/seatunnel/pull/6842#issuecomment-2304233383 > > > 你好,我想问下,这个e2e是怎么跑起来的,我的为什么一直都跑不起来呢? ![image](https://private-user-images.githubusercontent.com/18063071/359820045-6b14e132-f3db-44c1-8270-83e809bb0f57.png?jwt=eyJhbGciOiJIUzI1NiI

Re: [PR] [Bug][Seatunnel-web] Support encyrption of datasource data [seatunnel-web]

2024-08-22 Thread via GitHub
arshadmohammad commented on PR #189: URL: https://github.com/apache/seatunnel-web/pull/189#issuecomment-2304226828 I will review and test this PR in 1-2 days -- 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

[I] [Improvement] [Seatunnel-web] Bump seatunnel version from 2.3.6 to 2.3.7. [seatunnel]

2024-08-22 Thread via GitHub
arshadmohammad opened a new issue, #7460: URL: https://github.com/apache/seatunnel/issues/7460 ### 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 hap

[I] [Feature] [Seatunnel-web] Add Support to execute job with parameter through API. [seatunnel]

2024-08-22 Thread via GitHub
arshadmohammad opened a new issue, #7459: URL: https://github.com/apache/seatunnel/issues/7459 ### 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] Added OSSFileCatalog and it's factory [seatunnel]

2024-08-22 Thread via GitHub
loustler opened a new pull request, #7458: URL: https://github.com/apache/seatunnel/pull/7458 ### Purpose of this pull request Resolved #7456 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Package

Re: [I] [Bug] [Seatunnel-web] Validation messages are wrong [seatunnel]

2024-08-22 Thread via GitHub
arshadmohammad commented on issue #7408: URL: https://github.com/apache/seatunnel/issues/7408#issuecomment-2304193615 PR is merged https://github.com/apache/seatunnel-web/commit/f987ff385d8fe8c00a3e7631c93823e13ebfbd82 -- This is an automated message from the Apache Git Service. To respon

Re: [I] [Bug] [Seatunnel-web] Validation messages are wrong [seatunnel]

2024-08-22 Thread via GitHub
arshadmohammad closed issue #7408: [Bug] [Seatunnel-web] Validation messages are wrong URL: https://github.com/apache/seatunnel/issues/7408 -- 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 specif

[PR] Refactor S3FileCatalog and it's factory [seatunnel]

2024-08-22 Thread via GitHub
loustler opened a new pull request, #7457: URL: https://github.com/apache/seatunnel/pull/7457 ### Purpose of this pull request Refactor `S3FileCatalog` and `S3FileCatalogFactory`, it's logic exactly same with `AbstractFileCatalog` https://github.com/apache/seatunne

Re: [PR] [Improve][Connector-V2] update vectorType [seatunnel]

2024-08-22 Thread via GitHub
Hisoka-X commented on code in PR #7446: URL: https://github.com/apache/seatunnel/pull/7446#discussion_r1726629754 ## seatunnel-common/src/main/java/org/apache/seatunnel/common/utils/BufferUtil.java: ## @@ -0,0 +1,130 @@ +/* + * Licensed to the Apache Software Foundation (ASF) un

[I] [Bug] [Connector v2] OssFile Connector cannot find a CatalogFactory implementation [seatunnel]

2024-08-22 Thread via GitHub
loustler opened a new issue, #7456: URL: https://github.com/apache/seatunnel/issues/7456 ### 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] update vectorType [seatunnel]

2024-08-22 Thread via GitHub
corgy-w commented on code in PR #7446: URL: https://github.com/apache/seatunnel/pull/7446#discussion_r1726573771 ## seatunnel-common/src/main/java/org/apache/seatunnel/common/utils/BufferUtil.java: ## @@ -0,0 +1,130 @@ +/* + * Licensed to the Apache Software Foundation (ASF) und

Re: [I] Does MySQL CDC have plans to support DDL [seatunnel]

2024-08-22 Thread via GitHub
dibrother closed issue #7454: Does MySQL CDC have plans to support DDL URL: https://github.com/apache/seatunnel/issues/7454 -- 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

[I] [Bug] [MySQL-CDC] Encounter NoSuchMethodError: org.apache.seatunnel.connectors.cdc.base.source.reader.IncrementalSourceReader.isNoMoreSplitsAssignment() [seatunnel]

2024-08-22 Thread via GitHub
gphwxhq opened a new issue, #7455: URL: https://github.com/apache/seatunnel/issues/7455 ### 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] Does MySQL CDC have plans to support DDL [seatunnel]

2024-08-22 Thread via GitHub
dibrother commented on issue #7454: URL: https://github.com/apache/seatunnel/issues/7454#issuecomment-2303978347 He can execute successfully, thank you! -- 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: [I] Does MySQL CDC have plans to support DDL [seatunnel]

2024-08-22 Thread via GitHub
dailai commented on issue #7454: URL: https://github.com/apache/seatunnel/issues/7454#issuecomment-2303955019 It does, but you need to enable it via this configuration in mysql-cdc source. debezium = { include.schema.changes = true } -- This is an automated message from the

[I] Does MySQL CDC have plans to support DDL [seatunnel]

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