[I] [Feature][kafka] Support sink ddl [seatunnel]

2024-11-24 Thread via GitHub
hailin0 opened a new issue, #8135: URL: https://github.com/apache/seatunnel/issues/8135 ### 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] [Improve] Use avro 1.11.4 due to CVE-2024-47561 [seatunnel]

2024-11-24 Thread via GitHub
Hisoka-X commented on PR #8075: URL: https://github.com/apache/seatunnel/pull/8075#issuecomment-2496595274 > @Hisoka-X It seems to be some specification issues. I may need to familiarize myself with the seatunnel specifications. Please update https://github.com/apache/seatunnel/blob/

Re: [PR] [Improve][Connector-V2] Change read excel util from POI to EasyExcel [seatunnel]

2024-11-24 Thread via GitHub
Hisoka-X commented on code in PR #8064: URL: https://github.com/apache/seatunnel/pull/8064#discussion_r1855720725 ## seatunnel-connectors-v2/connector-file/connector-file-base/pom.xml: ## @@ -158,6 +159,13 @@ jaxen ${jaxen.version} + +

Re: [PR] [Feature][File] Support config null format for text file read [seatunnel]

2024-11-24 Thread via GitHub
wuchunfu commented on PR #8109: URL: https://github.com/apache/seatunnel/pull/8109#issuecomment-2496614707 > > @hailin0 I have a question, shouldn't this specify a certain field? Is it specifying a certain data now? > > This is a common setting and has nothing to do with columns

Re: [PR] [Improve][dist]add shade check rule [seatunnel]

2024-11-24 Thread via GitHub
Hisoka-X commented on code in PR #8136: URL: https://github.com/apache/seatunnel/pull/8136#discussion_r1855734042 ## seatunnel-shade/seatunnel-guava/pom.xml: ## @@ -62,8 +62,8 @@ -

Re: [PR] [Improve][dist]add shade check rule [seatunnel]

2024-11-24 Thread via GitHub
Hisoka-X commented on code in PR #8136: URL: https://github.com/apache/seatunnel/pull/8136#discussion_r1855740498 ## seatunnel-dist/src/test/java/org/apache/seatunnel/ImportShadeClassCheck.java: ## @@ -0,0 +1,162 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

Re: [I] [Bug][Kafka-to-Hive]Failed to read kafka data and write hive data [seatunnel]

2024-11-24 Thread via GitHub
gaotong521 commented on issue #8056: URL: https://github.com/apache/seatunnel/issues/8056#issuecomment-2496905588 Can this problem be fixed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spe

Re: [PR] [Feature][Connectors-v2]Paimon version upgrade to 0.8.2 [seatunnel]

2024-11-24 Thread via GitHub
hawk9821 commented on code in PR #8074: URL: https://github.com/apache/seatunnel/pull/8074#discussion_r1855843021 ## seatunnel-e2e/seatunnel-connector-v2-e2e/connector-paimon-e2e/src/test/java/org/apache/seatunnel/e2e/connector/paimon/PaimonSinkCDCIT.java: ## @@ -636,7 +636,7 @@

Re: [PR] [Feature][core] support read arrow data [seatunnel]

2024-11-24 Thread via GitHub
Hisoka-X commented on code in PR #8137: URL: https://github.com/apache/seatunnel/pull/8137#discussion_r1855853348 ## seatunnel-api/src/main/java/org/apache/seatunnel/api/arrow/converter/BigIntConverter.java: ## @@ -0,0 +1,33 @@ +/* + * Licensed to the Apache Software Foundation

Re: [PR] [Feature][File] Support config null format for text file read [seatunnel]

2024-11-24 Thread via GitHub
Hisoka-X commented on code in PR #8109: URL: https://github.com/apache/seatunnel/pull/8109#discussion_r1855683335 ## docs/en/connector-v2/source/SftpFile.md: ## @@ -94,6 +94,7 @@ The File does not have a specific type list, and we can indicate which SeaTunnel | compress_codec

Re: [PR] [Improve][Excel] Support read blank string & auto type-cast [seatunnel]

2024-11-24 Thread via GitHub
Hisoka-X commented on PR #8111: URL: https://github.com/apache/seatunnel/pull/8111#issuecomment-2496523267 > After fixing the function of reading Excel, can GZ support Excel in #8025 now? @zhdech Please create an PR to solve it after this PR merged. Thanks ! -- This is an autom

[PR] [Improve][dist]add shade check rule [seatunnel]

2024-11-24 Thread via GitHub
hawk9821 opened a new pull request, #8136: URL: https://github.com/apache/seatunnel/pull/8136 ### Purpose of this pull request Globally check that shade related classes are used correctly in project. ![image](https://github.com/user-attachments/assets/83c204c6-30e6-443a-94e5-0

Re: [PR] [Feature][File] Support config null format for text file read [seatunnel]

2024-11-24 Thread via GitHub
wuchunfu commented on PR #8109: URL: https://github.com/apache/seatunnel/pull/8109#issuecomment-2496550529 @hailin0 I have a question, shouldn't this specify a certain field? Is it specifying a certain data now? -- This is an automated message from the Apache Git Service. To respond to th

[PR] [Feature][core] support read arrow data [seatunnel]

2024-11-24 Thread via GitHub
hawk9821 opened a new pull request, #8137: URL: https://github.com/apache/seatunnel/pull/8137 ### Purpose of this pull request support read arrow data, convert arrow data to SeatunnelRow. ### Does this PR introduce _any_ user-facing change? doris connect

Re: [PR] [Feature][File] Support config null format for text file read [seatunnel]

2024-11-24 Thread via GitHub
hailin0 commented on code in PR #8109: URL: https://github.com/apache/seatunnel/pull/8109#discussion_r1855702480 ## docs/en/connector-v2/source/SftpFile.md: ## @@ -94,6 +94,7 @@ The File does not have a specific type list, and we can indicate which SeaTunnel | compress_codec

Re: [PR] [Feature][File] Support config null format for text file read [seatunnel]

2024-11-24 Thread via GitHub
hailin0 commented on code in PR #8109: URL: https://github.com/apache/seatunnel/pull/8109#discussion_r1855702480 ## docs/en/connector-v2/source/SftpFile.md: ## @@ -94,6 +94,7 @@ The File does not have a specific type list, and we can indicate which SeaTunnel | compress_codec

Re: [PR] [Feature][Connector-V2][Timeplus] Initial source/sink connector for Timeplus [seatunnel]

2024-11-24 Thread via GitHub
jovezhong commented on PR #7385: URL: https://github.com/apache/seatunnel/pull/7385#issuecomment-2496566105 Hi @Hisoka-X , would you please review the PR. It has been over 3 months since I submitted the PR. The longer we wait, more conflicts the merge will be. Thanks and feel free to AT me

Re: [PR] [Feature][File] Support config null format for text file read [seatunnel]

2024-11-24 Thread via GitHub
hailin0 commented on PR #8109: URL: https://github.com/apache/seatunnel/pull/8109#issuecomment-2496566196 > @hailin0 I have a question, shouldn't this specify a certain field? Is it specifying a certain data now? This is a common setting and has nothing to do with columns -- This i

Re: [PR] [Feature][File] Support config null format for text file read [seatunnel]

2024-11-24 Thread via GitHub
Hisoka-X commented on code in PR #8109: URL: https://github.com/apache/seatunnel/pull/8109#discussion_r1855710361 ## docs/en/connector-v2/source/SftpFile.md: ## @@ -94,6 +94,7 @@ The File does not have a specific type list, and we can indicate which SeaTunnel | compress_codec

Re: [PR] [Improve] Use avro 1.11.4 due to CVE-2024-47561 [seatunnel]

2024-11-24 Thread via GitHub
caicancai commented on PR #8075: URL: https://github.com/apache/seatunnel/pull/8075#issuecomment-2496587536 @Hisoka-X It seems to be some specification issues. I may need to familiarize myself with the seatunnel specifications. -- This is an automated message from the Apache Git Service.

Re: [PR] [Feature][Iceberg] Support custom delete sql for sink savemode [seatunnel]

2024-11-24 Thread via GitHub
Hisoka-X commented on code in PR #8094: URL: https://github.com/apache/seatunnel/pull/8094#discussion_r1855718535 ## docs/en/connector-v2/sink/Iceberg.md: ## @@ -76,6 +76,7 @@ libfb303-xxx.jar | iceberg.table.upsert-mode-enabled | boolean | no | false

Re: [I] [Feature][Paimon] Support sink ddl [seatunnel]

2024-11-24 Thread via GitHub
dailai commented on issue #8121: URL: https://github.com/apache/seatunnel/issues/8121#issuecomment-2496493786 I will do this. -- 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] [Feature][Connector-V2] StarRocks-sink support schema evolution [seatunnel]

2024-11-24 Thread via GitHub
hailin0 commented on code in PR #8082: URL: https://github.com/apache/seatunnel/pull/8082#discussion_r1855466733 ## seatunnel-connectors-v2/connector-starrocks/src/main/java/org/apache/seatunnel/connectors/seatunnel/starrocks/sink/StarRocksSinkWriter.java: ## @@ -68,6 +90,100 @@

Re: [PR] [Feature][Connector-V2] StarRocks-sink support schema evolution [seatunnel]

2024-11-24 Thread via GitHub
jw-itq commented on code in PR #8082: URL: https://github.com/apache/seatunnel/pull/8082#discussion_r1855458750 ## seatunnel-connectors-v2/connector-starrocks/src/main/java/org/apache/seatunnel/connectors/seatunnel/starrocks/sink/StarRocksSinkWriter.java: ## @@ -17,41 +17,66 @@

Re: [PR] [Feature][Connector-V2] StarRocks-sink support schema evolution [seatunnel]

2024-11-24 Thread via GitHub
hailin0 commented on code in PR #8082: URL: https://github.com/apache/seatunnel/pull/8082#discussion_r1855458280 ## seatunnel-connectors-v2/connector-starrocks/src/main/java/org/apache/seatunnel/connectors/seatunnel/starrocks/sink/StarRocksSinkWriter.java: ## @@ -17,41 +17,66 @@

[I] SeaTunnel community meeting Topic collect [seatunnel]

2024-11-24 Thread via GitHub
hailin0 opened a new issue, #8133: URL: https://github.com/apache/seatunnel/issues/8133 ### 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] [org/apache/seatunnel/shade/com/typesafe/config/impl/ConfigParser.java] java: 不兼容的类型: com.typesafe.config.ConfigIncluder无法转换为org.apache.seatunnel.shade.com.typesafe.config.ConfigIncluder

2024-11-24 Thread via GitHub
yaoquanxin commented on issue #8104: URL: https://github.com/apache/seatunnel/issues/8104#issuecomment-2495924342 thanks for bigbro to solving the proble. why we meet the question? because window enviroment will cut out maven command. 在 Windows 环境下,命令行解析器(如 CMD 或 PowerShell)对命令的解析可能导致

Re: [I] [Bug] [org/apache/seatunnel/shade/com/typesafe/config/impl/ConfigParser.java] java: 不兼容的类型: com.typesafe.config.ConfigIncluder无法转换为org.apache.seatunnel.shade.com.typesafe.config.ConfigIncluder

2024-11-24 Thread via GitHub
yaoquanxin closed issue #8104: [Bug] [org/apache/seatunnel/shade/com/typesafe/config/impl/ConfigParser.java] java: 不兼容的类型: com.typesafe.config.ConfigIncluder无法转换为org.apache.seatunnel.shade.com.typesafe.config.ConfigIncluder URL: https://github.com/apache/seatunnel/issues/8104 -- This is an

(seatunnel) branch 2.1.0-release deleted (was 1de6ed7aa0)

2024-11-24 Thread lidongdai
This is an automated email from the ASF dual-hosted git repository. lidongdai pushed a change to branch 2.1.0-release in repository https://gitbox.apache.org/repos/asf/seatunnel.git was 1de6ed7aa0 [maven-release-plugin] prepare for next development iteration The revisions that were on thi

(seatunnel) branch 2.3.0-beta-release deleted (was 13a54b1557)

2024-11-24 Thread lidongdai
This is an automated email from the ASF dual-hosted git repository. lidongdai pushed a change to branch 2.3.0-beta-release in repository https://gitbox.apache.org/repos/asf/seatunnel.git was 13a54b1557 [maven-release-plugin] prepare for next development iteration This change permanently d

(seatunnel) branch 2.2.0-beta-release deleted (was 02c02ba5a4)

2024-11-24 Thread lidongdai
This is an automated email from the ASF dual-hosted git repository. lidongdai pushed a change to branch 2.2.0-beta-release in repository https://gitbox.apache.org/repos/asf/seatunnel.git was 02c02ba5a4 [maven-release-plugin] prepare for next development iteration This change permanently d

(seatunnel) branch 2.1.4-prepare deleted (was 5c7b1f6c82)

2024-11-24 Thread lidongdai
This is an automated email from the ASF dual-hosted git repository. lidongdai pushed a change to branch 2.1.4-prepare in repository https://gitbox.apache.org/repos/asf/seatunnel.git was 5c7b1f6c82 [Hotfix][Connector-V1][Kafka] When json or avro are selected for kafka schema, a ClassCastExc

Re: [PR] [Fix][Doc] Fixed unreachable links [seatunnel]

2024-11-24 Thread via GitHub
hailin0 merged PR #8131: URL: https://github.com/apache/seatunnel/pull/8131 -- 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: [Fix][Doc] Fixed unreachable links (#8131)

2024-11-24 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 e1010dceae [Fix][Doc] Fixed unreachable links (

[PR] [Improve][Jdbc] Refactor ddl change [seatunnel]

2024-11-24 Thread via GitHub
hailin0 opened a new pull request, #8134: URL: https://github.com/apache/seatunnel/pull/8134 ### Purpose of this pull request [Jdbc] Refactor ddl change ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Already exists

Re: [PR] [Feature][Connector-V2] StarRocks-sink support schema evolution [seatunnel]

2024-11-24 Thread via GitHub
hailin0 commented on PR #8082: URL: https://github.com/apache/seatunnel/pull/8082#issuecomment-2496043738 reference https://github.com/apache/seatunnel/pull/8134 -- 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] [Feature][Connector-V2] StarRocks-sink support schema evolution [seatunnel]

2024-11-24 Thread via GitHub
jw-itq commented on PR #8082: URL: https://github.com/apache/seatunnel/pull/8082#issuecomment-2496045785 > reference #8134 ok,I'll try again,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 t

Re: [PR] [Feature][Connector-V2] StarRocks-sink support schema evolution [seatunnel]

2024-11-24 Thread via GitHub
hailin0 commented on code in PR #8082: URL: https://github.com/apache/seatunnel/pull/8082#discussion_r1855474791 ## seatunnel-connectors-v2/connector-starrocks/src/main/java/org/apache/seatunnel/connectors/seatunnel/starrocks/util/SchemaUtils.java: ## @@ -0,0 +1,321 @@ +/* + * L

Re: [PR] [Feature][Connector-V2] StarRocks-sink support schema evolution [seatunnel]

2024-11-24 Thread via GitHub
jw-itq commented on code in PR #8082: URL: https://github.com/apache/seatunnel/pull/8082#discussion_r1855475871 ## seatunnel-connectors-v2/connector-starrocks/src/main/java/org/apache/seatunnel/connectors/seatunnel/starrocks/util/SchemaUtils.java: ## @@ -0,0 +1,321 @@ +/* + * Li

Re: [I] [Umbrella] CDC DDL Sync Design(Zeta) [seatunnel]

2024-11-24 Thread via GitHub
hailin0 closed issue #7930: [Umbrella] CDC DDL Sync Design(Zeta) URL: https://github.com/apache/seatunnel/issues/7930 -- 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 unsubsc

[PR] [Feature][Jdbc] Add Jdbc default dialect for all jdbc series database without dialect [seatunnel]

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

(seatunnel) branch dev updated: [Improve] Allow nullable for SeaTunnelRowType convert to Column (#8098)

2024-11-24 Thread lidongdai
This is an automated email from the ASF dual-hosted git repository. lidongdai pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/seatunnel.git The following commit(s) were added to refs/heads/dev by this push: new 0192eb9d4c [Improve] Allow nullable for SeaTunne

Re: [PR] [Improve] Allow nullable for SeaTunnelRowType convert to Column [seatunnel]

2024-11-24 Thread via GitHub
davidzollo merged PR #8098: URL: https://github.com/apache/seatunnel/pull/8098 -- 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: [I] [Feature][kafka] Support sink ddl [seatunnel]

2024-11-24 Thread via GitHub
hailin0 closed issue #8135: [Feature][kafka] Support sink ddl URL: https://github.com/apache/seatunnel/issues/8135 -- 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 unsubscrib

Re: [I] seatunnel-web也应该来个docker的 [seatunnel]

2024-11-24 Thread via GitHub
github-actions[bot] commented on issue #7850: URL: https://github.com/apache/seatunnel/issues/7850#issuecomment-2496454494 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] SeaTunnel job executed failed JDBC Notfound [seatunnel]

2024-11-24 Thread via GitHub
github-actions[bot] commented on issue #7856: URL: https://github.com/apache/seatunnel/issues/7856#issuecomment-2496454451 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] Sink-JDBC插件中如何实现数据的删除 [seatunnel]

2024-11-24 Thread via GitHub
github-actions[bot] commented on issue #7913: URL: https://github.com/apache/seatunnel/issues/7913#issuecomment-2496454398 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] SeaTunnel job executed failed JDBC Notfound [seatunnel]

2024-11-24 Thread via GitHub
github-actions[bot] closed issue #7856: [Bug] [Module Name] SeaTunnel job executed failed JDBC Notfound URL: https://github.com/apache/seatunnel/issues/7856 -- 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] [Feature][E2E][Flink] Add e2e test case about flink on yarn sumbit [seatunnel]

2024-11-24 Thread via GitHub
github-actions[bot] commented on issue #7853: URL: https://github.com/apache/seatunnel/issues/7853#issuecomment-2496454472 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] seatunnel-web也应该来个docker的 [seatunnel]

2024-11-24 Thread via GitHub
github-actions[bot] closed issue #7850: seatunnel-web也应该来个docker的 URL: https://github.com/apache/seatunnel/issues/7850 -- 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 unsubs

Re: [I] [Feature][E2E][Flink] Add e2e test case about flink on yarn sumbit [seatunnel]

2024-11-24 Thread via GitHub
github-actions[bot] closed issue #7853: [Feature][E2E][Flink] Add e2e test case about flink on yarn sumbit URL: https://github.com/apache/seatunnel/issues/7853 -- 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][seatunnel-ui]The sink's database and table support manual input [seatunnel-web]

2024-11-24 Thread via GitHub
KawYang opened a new pull request, #243: URL: https://github.com/apache/seatunnel-web/pull/243 ## Contribution Checklist - seatunnel-ui/src/views/task/synchronization-definition/dag/configuration-form.tsx ## Purpose of this pull request The sink's database and table supp

Re: [PR] [Feature][Jdbc] Add Jdbc default dialect for all jdbc series database without dialect [seatunnel]

2024-11-24 Thread via GitHub
sunxiaojian commented on PR #8132: URL: https://github.com/apache/seatunnel/pull/8132#issuecomment-2496960511 @Hisoka-X PTAL, The CI error should not be related to this modification -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

(seatunnel) branch dev updated: [Feature][E2E][Kerberos] Support for Kerberos in e2e (#8108)

2024-11-24 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 3d3f7ba370 [Feature][E2E][Kerberos] Support for

[PR] [Feature][seatunnel-datasource]: Add doris data source plugin [seatunnel-web]

2024-11-24 Thread via GitHub
KawYang opened a new pull request, #244: URL: https://github.com/apache/seatunnel-web/pull/244 ## Purpose of this pull request ![image](https://github.com/user-attachments/assets/75be0a4d-44a5-449a-9532-64b5dd5ead68) ## Check list - [x] Code changed are covered with

Re: [I] [Feature][E2E][Kerberos] Support for Kerberos in e2e [seatunnel]

2024-11-24 Thread via GitHub
hailin0 closed issue #8106: [Feature][E2E][Kerberos] Support for Kerberos in e2e URL: https://github.com/apache/seatunnel/issues/8106 -- 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] [Feature][E2E][Kerberos] Support for Kerberos in e2e [seatunnel]

2024-11-24 Thread via GitHub
hailin0 merged PR #8108: URL: https://github.com/apache/seatunnel/pull/8108 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@seatunne

Re: [I] [Bug][Seatunnel-web] download_datasource.sh fails due to missing mvnw command [seatunnel]

2024-11-24 Thread via GitHub
arshadmohammad commented on issue #7653: URL: https://github.com/apache/seatunnel/issues/7653#issuecomment-2497034399 PR https://github.com/apache/seatunnel-web/pull/227 was raised and it was merged. https://github.com/apache/seatunnel-web/commit/fe098459285b9b266ed1ce866c5f2c1e9a71c024

Re: [I] [Bug][Seatunnel-web] download_datasource.sh fails due to missing mvnw command [seatunnel]

2024-11-24 Thread via GitHub
arshadmohammad closed issue #7653: [Bug][Seatunnel-web] download_datasource.sh fails due to missing mvnw command URL: https://github.com/apache/seatunnel/issues/7653 -- 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][core] support read arrow data [seatunnel]

2024-11-24 Thread via GitHub
hawk9821 commented on code in PR #8137: URL: https://github.com/apache/seatunnel/pull/8137#discussion_r1855908563 ## seatunnel-api/src/main/java/org/apache/seatunnel/api/arrow/converter/BigIntConverter.java: ## @@ -0,0 +1,33 @@ +/* + * Licensed to the Apache Software Foundation

[I] [Feature][Transform] Multi transform support spark [seatunnel]

2024-11-24 Thread via GitHub
Hisoka-X opened a new issue, #8138: URL: https://github.com/apache/seatunnel/issues/8138 ### 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][Transform-V2] Support transform with multi-table [seatunnel]

2024-11-24 Thread via GitHub
Hisoka-X commented on code in PR #7628: URL: https://github.com/apache/seatunnel/pull/7628#discussion_r1855918594 ## seatunnel-e2e/seatunnel-transforms-v2-e2e/seatunnel-transforms-v2-e2e-part-1/src/test/java/org/apache/seatunnel/e2e/transform/TestCopyIT.java: ## @@ -32,4 +34,15

Re: [PR] [Improve][Connector-V2] Change read excel util from POI to EasyExcel [seatunnel]

2024-11-24 Thread via GitHub
dwave commented on code in PR #8064: URL: https://github.com/apache/seatunnel/pull/8064#discussion_r1855869201 ## seatunnel-connectors-v2/connector-file/connector-file-base/pom.xml: ## @@ -158,6 +159,13 @@ jaxen ${jaxen.version} + + +

Re: [PR] [Improve][Connector-V2] Change read excel util from POI to EasyExcel [seatunnel]

2024-11-24 Thread via GitHub
Hisoka-X commented on code in PR #8064: URL: https://github.com/apache/seatunnel/pull/8064#discussion_r1855878026 ## seatunnel-connectors-v2/connector-file/connector-file-base/pom.xml: ## @@ -158,6 +159,13 @@ jaxen ${jaxen.version} + +

Re: [PR] [Feature][Jdbc] Add Jdbc default dialect for all jdbc series database without dialect [seatunnel]

2024-11-24 Thread via GitHub
Hisoka-X commented on PR #8132: URL: https://github.com/apache/seatunnel/pull/8132#issuecomment-2496965486 > @Hisoka-X PTAL, The CI error should not be related to this modification Please rebase from dev. The error already fixed in #8110 -- This is an automated message from the Apa

(seatunnel) branch dev updated: [Improve][API] Unified tables_configs and table_list (#8100)

2024-11-24 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 84c0b8d660 [Improve][API] Unified tables_config

Re: [PR] [Improve][API] Unified tables_configs and table_list [seatunnel]

2024-11-24 Thread via GitHub
hailin0 merged PR #8100: URL: https://github.com/apache/seatunnel/pull/8100 -- 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