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

2024-08-07 Thread via GitHub
Hisoka-X commented on PR #7294: URL: https://github.com/apache/seatunnel/pull/7294#issuecomment-2272761216 > We often use a certain client to access a variety of different database servers, which have many differences. Dialects can cover more differences. > > e.g: mysql client -> dori

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

2024-08-07 Thread via GitHub
SachinS10-lab commented on PR #171: URL: https://github.com/apache/seatunnel-web/pull/171#issuecomment-2272761672 Hi @Hisoka-X, I'm unable to address this Issue. Could please explain what is happening? How Can I Overcome this Issue? cc @arshadmohammad -- This is an automate

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

2024-08-07 Thread via GitHub
Hisoka-X commented on PR #171: URL: https://github.com/apache/seatunnel-web/pull/171#issuecomment-2272767045 Please try merge from dev. -- 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][feature][Bug] Add Tooltip and Fix Design Issue In the Task Definition [seatunnel-web]

2024-08-07 Thread via GitHub
SachinS10-lab commented on PR #171: URL: https://github.com/apache/seatunnel-web/pull/171#issuecomment-2272787342 Hi @Hisoka-X, I've merged from main. Could you please rerun the checks. -- This is an automated message from the Apache Git Service. To respond to the message, please log o

Re: [PR] [Feature][Connector-V2][Iceberg] Support Iceberg Kerberos [seatunnel]

2024-08-07 Thread via GitHub
Hisoka-X commented on PR #7246: URL: https://github.com/apache/seatunnel/pull/7246#issuecomment-2272834581 Can we extend a kerberos test on our iceberg e2e? -- 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

[PR] [Feature][CONNECTORS-V2-Paimon] Support dynamic bucket splitting improves Paimon writing efficiency [seatunnel]

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

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

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

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

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

Re: [PR] [Feature][Connector-Paimon] Support dynamic bucket splitting improves Paimon writing efficiency [seatunnel]

2024-08-07 Thread via GitHub
Hisoka-X commented on PR #7335: URL: https://github.com/apache/seatunnel/pull/7335#issuecomment-2272959059 cc @dailai and @TaoZex -- 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] [Feature][Connector-Paimon] Support dynamic bucket splitting improves Paimon writing efficiency [seatunnel]

2024-08-07 Thread via GitHub
Hisoka-X commented on code in PR #7335: URL: https://github.com/apache/seatunnel/pull/7335#discussion_r1706637310 ## docs/zh/connector-v2/sink/Paimon.md: ## @@ -30,21 +30,20 @@ libfb303-xxx.jar ## 连接器选项 -| 名称 | 类型 | 是否必须 | 默认值

[I] [Feature][Module Name] Feature title [seatunnel]

2024-08-07 Thread via GitHub
15810563327 opened a new issue, #7336: URL: https://github.com/apache/seatunnel/issues/7336 ### 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] [Bug] [seatunnel-engine] JDBC sink 链接器generate_sink_sql 选项开启的时候报错 [seatunnel]

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

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

2024-08-07 Thread via GitHub
SachinS10-lab commented on PR #171: URL: https://github.com/apache/seatunnel-web/pull/171#issuecomment-2273049805 Thanks @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

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

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

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

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

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

2024-08-07 Thread via GitHub
Hisoka-X commented on code in PR #7319: URL: https://github.com/apache/seatunnel/pull/7319#discussion_r1706846367 ## docs/zh/transform-v2/dynamic-compile.md: ## @@ -0,0 +1,171 @@ +# DynamicCompile + +> 动态编译插件 + +## 描述 + +:::小提示 + +特别申明 +您需要确保服务的安全性,并防止攻击者上传破坏性代码 + +:::小提示 Revie

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

2024-08-07 Thread via GitHub
corgy-w opened a new pull request, #7338: URL: https://github.com/apache/seatunnel/pull/7338 ### Purpose of this pull request issue : #7331 ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? ### Check list * [ ] If any n

Re: [PR] Feature/split transform [seatunnel]

2024-08-07 Thread via GitHub
Hisoka-X commented on code in PR #7218: URL: https://github.com/apache/seatunnel/pull/7218#discussion_r1706947398 ## seatunnel-transforms-v2/src/main/java/org/apache/seatunnel/transform/common/AbstractSeaTunnelTransform.java: ## @@ -1,51 +0,0 @@ -/* - * Licensed to the Apache So

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

2024-08-07 Thread via GitHub
hailin0 merged PR #7319: URL: https://github.com/apache/seatunnel/pull/7319 -- 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][Transform] Improve DynamicCompile transform (#7319)

2024-08-07 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 064fcad36d [Improve][Transform] Improve Dynamic

Re: [PR] [Feature][Spark] Support multiple tables read and write [seatunnel]

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

Re: [PR] [Feature][Spark] Support multiple tables read and write [seatunnel]

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

Re: [I] [Feature][Connector-v2-jdbc] Can seatunnel provide a switch to contain the SYS_DATABASES while get databases? [seatunnel]

2024-08-07 Thread via GitHub
github-actions[bot] commented on issue #7139: URL: https://github.com/apache/seatunnel/issues/7139#issuecomment-2274609642 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][Connector-V2-Jdbc] Use database-pattern/table-pattern result as the default database-names and table-names [seatunnel]

2024-08-07 Thread via GitHub
github-actions[bot] commented on issue #7138: URL: https://github.com/apache/seatunnel/issues/7138#issuecomment-2274609686 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] sync data speed is too low, please help me [seatunnel]

2024-08-07 Thread via GitHub
github-actions[bot] commented on issue #7133: URL: https://github.com/apache/seatunnel/issues/7133#issuecomment-2274609732 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] [Seatunnel-api] Unsupported type: Timestamp [seatunnel]

2024-08-07 Thread via GitHub
github-actions[bot] commented on issue #7125: URL: https://github.com/apache/seatunnel/issues/7125#issuecomment-2274609768 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] [Feature][Connector-Paimon] Support dynamic bucket splitting improves Paimon writing efficiency [seatunnel]

2024-08-07 Thread via GitHub
dailai commented on code in PR #7335: URL: https://github.com/apache/seatunnel/pull/7335#discussion_r1708238389 ## seatunnel-translation/seatunnel-translation-flink/seatunnel-translation-flink-13/src/main/java/org/apache/seatunnel/translation/flink/sink/FlinkSinkWriterContext.java:

Re: [PR] Feature/split transform [seatunnel]

2024-08-07 Thread via GitHub
liunaijie commented on code in PR #7218: URL: https://github.com/apache/seatunnel/pull/7218#discussion_r1708322306 ## seatunnel-transforms-v2/src/main/java/org/apache/seatunnel/transform/sql/SQLTransform.java: ## @@ -70,22 +69,6 @@ public SQLTransform(@NonNull ReadonlyConfig con

Re: [PR] Feature/split transform [seatunnel]

2024-08-07 Thread via GitHub
liunaijie commented on code in PR #7218: URL: https://github.com/apache/seatunnel/pull/7218#discussion_r1708322991 ## seatunnel-transforms-v2/src/main/java/org/apache/seatunnel/transform/common/AbstractSeaTunnelTransform.java: ## @@ -1,51 +0,0 @@ -/* - * Licensed to the Apache S

Re: [PR] Feature/split transform [seatunnel]

2024-08-07 Thread via GitHub
Hisoka-X commented on code in PR #7218: URL: https://github.com/apache/seatunnel/pull/7218#discussion_r1708405840 ## seatunnel-transforms-v2/src/main/java/org/apache/seatunnel/transform/common/AbstractCatalogSupportTransform.java: ## @@ -20,18 +20,36 @@ import org.apache.seatun

Re: [PR] [fix] [connector-tdengine] fix sql exception and concurrentmodifyexception when connect to taos and read data [seatunnel]

2024-08-07 Thread via GitHub
hailin0 commented on code in PR #6088: URL: https://github.com/apache/seatunnel/pull/6088#discussion_r1708409640 ## seatunnel-connectors-v2/connector-tdengine/src/main/java/org/apache/seatunnel/connectors/seatunnel/tdengine/source/TDengineSourceReader.java: ## @@ -39,84 +35,76 @

Re: [PR] [Feature][Spark] Support multiple tables read and write [seatunnel]

2024-08-07 Thread via GitHub
Carl-Zhou-CN commented on code in PR #7283: URL: https://github.com/apache/seatunnel/pull/7283#discussion_r1708450845 ## seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-1/src/test/java/org/apache/seatunnel/connectors/seatunnel/jdbc/JdbcMysqlMultipleTa

Re: [I] [connectors][hive sink] cannot overwrite to sink hive table [seatunnel]

2024-08-07 Thread via GitHub
frankiewen commented on issue #5025: URL: https://github.com/apache/seatunnel/issues/5025#issuecomment-2274855620 +1 Did anyone tell me if the new version solves this problem? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

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

2024-08-07 Thread via GitHub
15810563327 closed issue #7336: [Feature][Module Name] Feature title URL: https://github.com/apache/seatunnel/issues/7336 -- 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 uns

Re: [I] [Feature][connector-v2] Support append or overwrite operations of hive table in seatunnel 2.3.3 [seatunnel]

2024-08-07 Thread via GitHub
frankiewen commented on issue #6351: URL: https://github.com/apache/seatunnel/issues/6351#issuecomment-2274857670 +1 -- 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 unsu

Re: [PR] [fix] [connector-tdengine] fix sql exception and concurrentmodifyexception when connect to taos and read data [seatunnel]

2024-08-07 Thread via GitHub
alextinng commented on PR #6088: URL: https://github.com/apache/seatunnel/pull/6088#issuecomment-2274863667 > How did you fix this? > > `No suitable driver found for jdbc:TAOS-RS://localhost:6041/test?user=root&password=taosdata` already fixed in previous commit by others.

Re: [PR] [fix] [connector-tdengine] fix sql exception and concurrentmodifyexception when connect to taos and read data [seatunnel]

2024-08-07 Thread via GitHub
alextinng commented on code in PR #6088: URL: https://github.com/apache/seatunnel/pull/6088#discussion_r170845 ## seatunnel-connectors-v2/connector-tdengine/src/main/java/org/apache/seatunnel/connectors/seatunnel/tdengine/source/TDengineSourceReader.java: ## @@ -39,84 +35,76

Re: [PR] [fix] [connector-tdengine] fix sql exception and concurrentmodifyexception when connect to taos and read data [seatunnel]

2024-08-07 Thread via GitHub
alextinng commented on code in PR #6088: URL: https://github.com/apache/seatunnel/pull/6088#discussion_r170845 ## seatunnel-connectors-v2/connector-tdengine/src/main/java/org/apache/seatunnel/connectors/seatunnel/tdengine/source/TDengineSourceReader.java: ## @@ -39,84 +35,76

Re: [PR] [fix] [connector-tdengine] fix sql exception and concurrentmodifyexception when connect to taos and read data [seatunnel]

2024-08-07 Thread via GitHub
hailin0 commented on code in PR #6088: URL: https://github.com/apache/seatunnel/pull/6088#discussion_r1708504399 ## seatunnel-connectors-v2/connector-tdengine/src/main/java/org/apache/seatunnel/connectors/seatunnel/tdengine/source/TDengineSourceReader.java: ## @@ -39,84 +35,76 @

Re: [PR] [fix] [connector-tdengine] fix sql exception and concurrentmodifyexception when connect to taos and read data [seatunnel]

2024-08-07 Thread via GitHub
alextinng commented on PR #6088: URL: https://github.com/apache/seatunnel/pull/6088#issuecomment-2274873845 > How did you fix this? > > `No suitable driver found for jdbc:TAOS-RS://localhost:6041/test?user=root&password=taosdata` already fixed in previous commit by others, see

Re: [PR] [fix] [connector-tdengine] fix sql exception and concurrentmodifyexception when connect to taos and read data [seatunnel]

2024-08-07 Thread via GitHub
Hisoka-X merged PR #6088: URL: https://github.com/apache/seatunnel/pull/6088 -- 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] [bug][tdengine] connector-tdengine didn't work cause no suitable driver found exception and NPE [seatunnel]

2024-08-07 Thread via GitHub
Hisoka-X closed issue #5998: [bug][tdengine] connector-tdengine didn't work cause no suitable driver found exception and NPE URL: https://github.com/apache/seatunnel/issues/5998 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

(seatunnel) branch dev updated: [Fix][Connector-tdengine] Fix sql exception and concurrentmodifyexception when connect to taos and read data

2024-08-07 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 a18fca8006 [Fix][Connector-tdengine] Fix sql except

Re: [I] [Doc] [Improve] can not find config about sub-table in connector-tdengine document [seatunnel]

2024-08-07 Thread via GitHub
hailin0 commented on issue #7316: URL: https://github.com/apache/seatunnel/issues/7316#issuecomment-2274880889 link https://github.com/apache/seatunnel/pull/6088 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[I] [Bug] [Checkoint] checkpoint fail in 2.3.6 [seatunnel]

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

Re: [PR] [Feature][Zeta] Added other metrics info of multi-table [seatunnel]

2024-08-07 Thread via GitHub
Hisoka-X commented on PR #7338: URL: https://github.com/apache/seatunnel/pull/7338#issuecomment-2274890151 cc @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 comment. To u

[PR] [Fix] Fix oracle sample data from column error [seatunnel]

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

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

2024-08-07 Thread via GitHub
arshadmohammad commented on PR #171: URL: https://github.com/apache/seatunnel-web/pull/171#issuecomment-2274952592 Thanks @SachinS10-lab for raising this PR. I will review it. Meanwhile can you please remove the extra commit from your PR. -- This is an automated message from the Apache

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

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

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

2024-08-07 Thread via GitHub
arshadmohammad closed issue #7160: [Bug] [Seatunnel-web] gc.log, nohup.out is created outside of logs directory URL: https://github.com/apache/seatunnel/issues/7160 -- 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: [I] [Bug] [Seatunnel-web] gc.log, nohup.out is created outside of logs directory [seatunnel]

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

[I] [Bug] [Seatunnel-web] Seatunnel-web always requires the cluster name to be "seatunnel" [seatunnel]

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

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

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

[PR] [Bug] [Seatunnel-web] Seatunnel-web always requires the cluster name to be seatunnel [seatunnel-web]

2024-08-07 Thread via GitHub
arshadmohammad opened a new pull request, #174: URL: https://github.com/apache/seatunnel-web/pull/174 ## Purpose of this pull request Problem: Seatunnel-web always requires the cluster name to be "seatunnel" I configured "cluster-name: seatunnel-test" in hazelcast.yaml and al

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

2024-08-07 Thread via GitHub
whhe commented on code in PR #7311: URL: https://github.com/apache/seatunnel/pull/7311#discussion_r1708716293 ## seatunnel-connectors-v2/connector-jdbc/src/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/internal/dialect/oceanbase/OceanBaseMysqlType.java: ## @@ -0,0 +1,

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

2024-08-07 Thread via GitHub
xxsc0529 commented on code in PR #7311: URL: https://github.com/apache/seatunnel/pull/7311#discussion_r1708758928 ## seatunnel-connectors-v2/connector-jdbc/src/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/internal/dialect/oceanbase/OceanBaseMysqlType.java: ## @@ -0,0

[PR] [Improve][Connector-V2] Reuse connection in StarRocksCatalog [seatunnel]

2024-08-07 Thread via GitHub
Hisoka-X opened a new pull request, #7342: URL: https://github.com/apache/seatunnel/pull/7342 ### Purpose of this pull request This PR try to reuse jdbc connection in StarRocksCatalog. It's unnecessary to create new connection on each method. Also improve check table/database e