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.
#
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/
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}
+
+
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
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 @@
-
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
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
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 @@
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
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
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
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.

and found no similar feature requirement.
#
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)对命令的解析可能导致
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
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
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
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
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
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
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 (
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
KawYang opened a new pull request, #244:
URL: https://github.com/apache/seatunnel-web/pull/244
## Purpose of this pull request

## Check list
- [x] Code changed are covered with
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
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
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
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
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
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.
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
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}
+
+
+
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}
+
+
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
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
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
67 matches
Mail list logo