FrommyMind commented on issue #9133:
URL: https://github.com/apache/seatunnel/issues/9133#issuecomment-2791375347
Do you mean you have a kafka to s3 job at the same time?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
lvbo1 opened a new issue, #9134:
URL: https://github.com/apache/seatunnel/issues/9134
### 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.
###
hawk9821 opened a new pull request, #9136:
URL: https://github.com/apache/seatunnel/pull/9136
### Purpose of this pull request
support boolean type for sql transform. eg:
select ( case when `col1` = 'a' then true else false end ) as `bool_1` ,
cast( `col2` as boolean) as `bo
cw-longwang commented on issue #9133:
URL: https://github.com/apache/seatunnel/issues/9133#issuecomment-2791497690

For stream processing tasks, there is always only one file for a task. Because
the fi
cw-longwang commented on issue #9133:
URL: https://github.com/apache/seatunnel/issues/9133#issuecomment-2791510090
[taskmanager.log](https://github.com/user-attachments/files/19677861/taskmanager.log)
--
This is an automated message from the Apache Git Service.
To respond to the message,
cw-longwang commented on issue #9133:
URL: https://github.com/apache/seatunnel/issues/9133#issuecomment-2791509492
Each
parallelism, the file name is exactly the same each time
--
This is an automate
cw-longwang commented on issue #9133:
URL: https://github.com/apache/seatunnel/issues/9133#issuecomment-2791510476
@FrommyMind
--
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 commen
SEZ9 commented on PR #9120:
URL: https://github.com/apache/seatunnel/pull/9120#issuecomment-2791606190
Hi @hailin0 @corgy-w . Is there anything else I need to do before this PR
can be merged?
--
This is an automated message from the Apache Git Service.
To respond to the message, please lo
eyys commented on PR #9021:
URL: https://github.com/apache/seatunnel/pull/9021#issuecomment-2791354269
@hailin0 check done
--
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.
T
eyys commented on PR #9021:
URL: https://github.com/apache/seatunnel/pull/9021#issuecomment-2791358664
@hailin0 @Hisoka-X The test results are correct, but there seems to be a
problem indicated here.
![Uploading Snipaste_2025-04-10_09-56-39.jpg…]()
--
This is an automated message f
tangyungteng opened a new issue, #9135:
URL: https://github.com/apache/seatunnel/issues/9135
### 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 happe
arshadmohammad commented on PR #284:
URL: https://github.com/apache/seatunnel-web/pull/284#issuecomment-2791540130
@Hisoka-X can you please review and merge 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
U
litiliu commented on code in PR #9095:
URL: https://github.com/apache/seatunnel/pull/9095#discussion_r2036383948
##
docs/en/connector-v2/source/Iceberg.md:
##
@@ -112,6 +114,7 @@ source {
}
namespace = "database1"
table = "source"
+filter = "select * from tabl
arshadmohammad opened a new pull request, #286:
URL: https://github.com/apache/seatunnel-web/pull/286
The resource name provider APIs will be used by Ranger seatunnel plugin to
autocomplete resource names.
## Purpose of this pull request
## Check list
* [ ] C
github-actions[bot] commented on issue #8946:
URL: https://github.com/apache/seatunnel/issues/8946#issuecomment-2791260885
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] commented on issue #8932:
URL: https://github.com/apache/seatunnel/issues/8932#issuecomment-2791260921
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.
cw-longwang commented on issue #8909:
URL: https://github.com/apache/seatunnel/issues/8909#issuecomment-2789736935
I have a problem writing to s3. The flink engine reads kafka and Mysqlcdc
writes to s3. The two checkpoint file names are the same. As a result, the
later file overwrites the
shashwatsai commented on issue #9113:
URL: https://github.com/apache/seatunnel/issues/9113#issuecomment-2789745040
In Hive, column names starting with digits are not valid identifiers,
quoting with backticks might work, as hive follows Hive follows SQL identifier
rules loosely. You can try
arshadmohammad opened a new pull request, #285:
URL: https://github.com/apache/seatunnel-web/pull/285
Authorization has been added for the Workspace, User, Datasource, and Job
resources for the operations Create, Update, Delete, Read, and Execute.
Seatunnel web has end User resources
BigTailMonkey commented on issue #8901:
URL: https://github.com/apache/seatunnel/issues/8901#issuecomment-2791309439
I get the same bug.
Caused by: java.lang.IllegalArgumentException: Json parsing exception, value
'DEEPSEEK', and expected type
'org.apache.seatunnel.transform.nlpmodel
cw-longwang opened a new issue, #9133:
URL: https://github.com/apache/seatunnel/issues/9133
### 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
cw-longwang commented on issue #9133:
URL: https://github.com/apache/seatunnel/issues/9133#issuecomment-2791496017
@FrommyMind No. There is only one seatunnel task. In the same task, two
checkpoints write two files, and the file name is exactly the same.
--
This is an automated message fr
Copilot commented on code in PR #9136:
URL: https://github.com/apache/seatunnel/pull/9136#discussion_r2036610449
##
seatunnel-transforms-v2/src/main/java/org/apache/seatunnel/transform/sql/zeta/functions/SystemFunction.java:
##
@@ -177,6 +178,26 @@ public static Object castAs(Li
lm-ylj opened a new pull request, #9137:
URL: https://github.com/apache/seatunnel/pull/9137
### Purpose of this pull request
close https://github.com/apache/seatunnel/issues/9124
### Does this PR introduce _any_ user-facing change?
### How was this
eyys commented on PR #9021:
URL: https://github.com/apache/seatunnel/pull/9021#issuecomment-2791359171

--
This is an automated message from the Apache Git Service.
To respo
FrommyMind commented on issue #9132:
URL: https://github.com/apache/seatunnel/issues/9132#issuecomment-2791377610
I think you should download the jdbc driver jar, and put into the lib path.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log o
arshadmohammad commented on PR #284:
URL: https://github.com/apache/seatunnel-web/pull/284#issuecomment-2789567990
JobExecutorControllerTest.storeErrorMessageWhenJobFailed is known flaky,
rest all integration tests are passed.
--
This is an automated message from the Apache Git Service.
T
arshadmohammad opened a new issue, #9131:
URL: https://github.com/apache/seatunnel/issues/9131
### 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.
dwave commented on issue #8040:
URL: https://github.com/apache/seatunnel/issues/8040#issuecomment-2789782737
> How to reproduce this issue
Test with an Excel file of 1,000,000 records on a single sheet page
--
This is an automated message from the Apache Git Service.
To respond to t
arshadmohammad commented on PR #284:
URL: https://github.com/apache/seatunnel-web/pull/284#issuecomment-2789495978
After the change, jobs are executig successfully

cw-longwang commented on issue #8909:
URL: https://github.com/apache/seatunnel/issues/8909#issuecomment-2789738247
conf
# Defining the runtime environment
env {
parallelism = 1
job.mode = "STREAMING"
checkpoint.interval=6
}
source {
MySQL-CDC {
arshadmohammad commented on PR #284:
URL: https://github.com/apache/seatunnel-web/pull/284#issuecomment-2789571378
Hi All, my testing is done, please review and merge this PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub an
hailin0 commented on code in PR #9095:
URL: https://github.com/apache/seatunnel/pull/9095#discussion_r2035527573
##
docs/en/connector-v2/source/Iceberg.md:
##
@@ -112,6 +114,7 @@ source {
}
namespace = "database1"
table = "source"
+filter = "select * from tabl
arshadmohammad commented on PR #284:
URL: https://github.com/apache/seatunnel-web/pull/284#issuecomment-2789565768

--
This is an automated message from the Apache Gi
misi1987107 commented on issue #5366:
URL: https://github.com/apache/seatunnel/issues/5366#issuecomment-2788617108
Issue Cannot Reproduce
--
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 speci
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 29cf3a76c7 [Fix][Connector-V2] Fix postgres cdc wit
dependabot[bot] opened a new pull request, #9130:
URL: https://github.com/apache/seatunnel/pull/9130
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from
5.4.9 to 5.4.17.
Release notes
Sourced from https://github.com/vitejs/vite/releases";>vite's
releases.
dependabot[bot] commented on PR #9094:
URL: https://github.com/apache/seatunnel/pull/9094#issuecomment-2788952579
Superseded by #9130.
--
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
dependabot[bot] closed pull request #9094: Bump vite from 5.4.9 to 5.4.16 in
/seatunnel-engine/seatunnel-engine-ui
URL: https://github.com/apache/seatunnel/pull/9094
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/seatunnel-engine/seatunnel-engine-ui/vite-5.4.17
in repository https://gitbox.apache.org/repos/asf/seatunnel.git
at 4dd60a67d7 Bump vite from 5.4.9 to 5.4.17 in
misi1987107 commented on issue #8040:
URL: https://github.com/apache/seatunnel/issues/8040#issuecomment-2788869982
How to reproduce this issue
--
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
bwcxyk closed issue #9088: [Bug] [Connector-V2] Schema evolution table names
not handled correctly
URL: https://github.com/apache/seatunnel/issues/9088
--
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 t
hailin0 commented on PR #9114:
URL: https://github.com/apache/seatunnel/pull/9114#issuecomment-2789145728
PTAL
--
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
Hisoka-X commented on code in PR #9121:
URL: https://github.com/apache/seatunnel/pull/9121#discussion_r2034861384
##
seatunnel-connectors-v2/connector-file/connector-file-cos/src/main/java/org/apache/seatunnel/connectors/seatunnel/file/cos/source/CosFileSourceFactory.java:
##
@@
misi1987107 commented on PR #9126:
URL: https://github.com/apache/seatunnel/pull/9126#issuecomment-2788865415
> Please add test case
Test case has been added
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
U
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/seatunnel-engine/seatunnel-engine-ui/vite-5.4.16
in repository https://gitbox.apache.org/repos/asf/seatunnel.git
was d83f65208a Bump vite from 5.4.9 to 5.4.16 in
L-Gryps commented on PR #8581:
URL: https://github.com/apache/seatunnel/pull/8581#issuecomment-2789249790
Please review. @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
tjhwk commented on issue #6537:
URL: https://github.com/apache/seatunnel/issues/6537#issuecomment-2788075662
2.3.10这个版本依然存在这个问题,作为sink目标,database配置项应该怎么填写?
--
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
Hisoka-X closed issue #9037: postgrescdc
compatible_debezium_json当数据库字段类型有NUMERIC(24)这种报错
URL: https://github.com/apache/seatunnel/issues/9037
--
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
arshadmohammad opened a new pull request, #284:
URL: https://github.com/apache/seatunnel-web/pull/284
Each resource is now associated with a workspaceId.
If no workspace is specified during login, the default workspace will be
used.
## Purpose of this pull request
misi1987107 commented on code in PR #9121:
URL: https://github.com/apache/seatunnel/pull/9121#discussion_r2035208562
##
seatunnel-connectors-v2/connector-file/connector-file-base/src/main/java/org/apache/seatunnel/connectors/seatunnel/file/sink/BaseFileSink.java:
##
@@ -75,12 +7
51 matches
Mail list logo