chl-wxp commented on code in PR #7080:
URL: https://github.com/apache/seatunnel/pull/7080#discussion_r1666503088
##
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-local-e2e/src/test/resources/json/fake_to_local_file_json.conf:
##
@@ -77,5 +77,7 @@ sink {
file_forma
gaowudi opened a new issue, #7114:
URL: https://github.com/apache/seatunnel/issues/7114
### 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.
#
liugddx opened a new issue, #7115:
URL: https://github.com/apache/seatunnel/issues/7115
### 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.
#
EricJoy2048 commented on code in PR #4405:
URL: https://github.com/apache/seatunnel/pull/4405#discussion_r1666597978
##
docs/en/connector-v2/sink/Hudi.md:
##
@@ -0,0 +1,98 @@
+# Hudi
+
+> Hudi sink connector
+
+## Description
+
+Used to write data to Hudi.
+
+## Key features
+
+
CheneyYin commented on issue #7115:
URL: https://github.com/apache/seatunnel/issues/7115#issuecomment-2210677122
Hi, @liugddx
What is the access scope of dynamic parameters?
The command substitutions function provided by the shell can also output
parameters. Compared with command sub
Hisoka-X commented on PR #7113:
URL: https://github.com/apache/seatunnel/pull/7113#issuecomment-2210741001
cc @hailin0
--
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
Hisoka-X commented on PR #7112:
URL: https://github.com/apache/seatunnel/pull/7112#issuecomment-2210741885
Please follow the guide to open github action on your fork repository.

--
T
Hisoka-X commented on code in PR #7060:
URL: https://github.com/apache/seatunnel/pull/7060#discussion_r1666726117
##
seatunnel-api/src/main/java/org/apache/seatunnel/api/table/type/SqlType.java:
##
@@ -36,5 +36,10 @@ public enum SqlType {
TIME,
TIMESTAMP,
ROW,
+
hailin0 merged PR #7108:
URL: https://github.com/apache/seatunnel/pull/7108
--
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
hailin0 closed issue #7098: [Bug] [connector-v2-rabbit] Rabbit Checkpoint
exception in Flink mode
URL: https://github.com/apache/seatunnel/issues/7098
--
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
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 423a7b142b [Hotfix][connector-v2-rabbit] fix ra
hailin0 commented on code in PR #7021:
URL: https://github.com/apache/seatunnel/pull/7021#discussion_r1666779375
##
seatunnel-engine/seatunnel-engine-core/src/main/java/org/apache/seatunnel/engine/core/protocol/codec/SeaTunnelSubmitJobCodec.java:
##
@@ -37,30 +40,40 @@
* to
s
liugddx commented on issue #7115:
URL: https://github.com/apache/seatunnel/issues/7115#issuecomment-2210885837
> Hi, @liugddx What is the access scope of dynamic parameters? The command
substitutions function provided by the shell can also output parameters.
Compared with command substituti
zhangshenghang opened a new pull request, #7116:
URL: https://github.com/apache/seatunnel/pull/7116
### Purpose of this pull request
In some scenarios, you need to set the TTL time
### How was this patch tested?
Local and server deployment operation
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 0bb50c77b7 [Improve][Doc] Improve DingTalk doc
hailin0 merged PR #7075:
URL: https://github.com/apache/seatunnel/pull/7075
--
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
a11dev opened a new issue, #7117:
URL: https://github.com/apache/seatunnel/issues/7117
### 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
yangkaikb opened a new issue, #7118:
URL: https://github.com/apache/seatunnel/issues/7118
### 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
github-actions[bot] commented on issue #6948:
URL: https://github.com/apache/seatunnel/issues/6948#issuecomment-2211534948
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 #6911: [Feature][JDBC-SINK] Insert into a
table with auto-increment fields
URL: https://github.com/apache/seatunnel/issues/6911
--
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
github-actions[bot] commented on issue #6911:
URL: https://github.com/apache/seatunnel/issues/6911#issuecomment-2211535016
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
Hisoka-X commented on code in PR #7116:
URL: https://github.com/apache/seatunnel/pull/7116#discussion_r1667219702
##
seatunnel-connectors-v2/connector-hbase/src/main/java/org/apache/seatunnel/connectors/seatunnel/hbase/config/HbaseConfig.java:
##
@@ -97,6 +97,9 @@ public class H
Hisoka-X commented on PR #7113:
URL: https://github.com/apache/seatunnel/pull/7113#issuecomment-2211549981
Hi @Asura7969 , could you follow the guide to open github action on your
fork repository? Thanks.
https://github.com/apache/seatunnel/pull/7113/checks?check_run_id=27071218748
--
Th
Hisoka-X commented on code in PR #7021:
URL: https://github.com/apache/seatunnel/pull/7021#discussion_r1667220593
##
seatunnel-engine/seatunnel-engine-core/src/main/java/org/apache/seatunnel/engine/core/protocol/codec/SeaTunnelSubmitJobCodec.java:
##
@@ -37,30 +40,40 @@
* to
zhangshenghang commented on code in PR #7116:
URL: https://github.com/apache/seatunnel/pull/7116#discussion_r1667221426
##
seatunnel-connectors-v2/connector-hbase/src/main/java/org/apache/seatunnel/connectors/seatunnel/hbase/config/HbaseConfig.java:
##
@@ -97,6 +97,9 @@ public c
Hisoka-X commented on code in PR #7116:
URL: https://github.com/apache/seatunnel/pull/7116#discussion_r1667222365
##
seatunnel-connectors-v2/connector-hbase/src/main/java/org/apache/seatunnel/connectors/seatunnel/hbase/config/HbaseConfig.java:
##
@@ -97,6 +97,9 @@ public class H
zhangshenghang commented on code in PR #7116:
URL: https://github.com/apache/seatunnel/pull/7116#discussion_r1667223724
##
seatunnel-connectors-v2/connector-hbase/src/main/java/org/apache/seatunnel/connectors/seatunnel/hbase/config/HbaseConfig.java:
##
@@ -97,6 +97,9 @@ public c
hailin0 merged PR #7097:
URL: https://github.com/apache/seatunnel/pull/7097
--
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 f1f7c38cce [Docs][connector-sink] add Docs conn
hailin0 merged PR #7116:
URL: https://github.com/apache/seatunnel/pull/7116
--
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 adafd80255 [feature][connector-v2-hbase-sink] S
31 matches
Mail list logo