lirulei commented on issue #6658:
URL: https://github.com/apache/seatunnel/issues/6658#issuecomment-2673189015
i met same bug too (my datasource is mysql database)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
U
380168559 commented on issue #6658:
URL: https://github.com/apache/seatunnel/issues/6658#issuecomment-2096290482
i met same bug
--
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
Carl-Zhou-CN commented on issue #6658:
URL: https://github.com/apache/seatunnel/issues/6658#issuecomment-2071567564
```我发现问题了,是starrocks的问题 使用console 可以,也就是 starrocks字段数超过128无法写入。
但这里就更加奇怪了,单张表的时候,超过128是可以的,多张表超过128不行。 ```
It should be because starrocks does not Support multi-table sink
Carl-Zhou-CN commented on issue #6658:
URL: https://github.com/apache/seatunnel/issues/6658#issuecomment-2071556403
> > table-names = ["SCPRD.wmwhse2.ORDERDETAIL", "SCPRD.wmwhse3.ORDERDETAIL"]
>
> if the source has two table how Transform deal with select
>
> ```
> env {
>
bulolo commented on issue #6658:
URL: https://github.com/apache/seatunnel/issues/6658#issuecomment-2071493770
> table-names = ["SCPRD.wmwhse2.ORDERDETAIL", "SCPRD.wmwhse3.ORDERDETAIL"]
if the source has two table how Transform deal with select
```
env {
parallelism = 1
Carl-Zhou-CN commented on issue #6658:
URL: https://github.com/apache/seatunnel/issues/6658#issuecomment-2071483484
@bulolo When dealing with multiple tables, the source_table_name and
result_table_name are used solely for indicating the upstream and downstream
relationships. Therefore, in
Carl-Zhou-CN commented on issue #6658:
URL: https://github.com/apache/seatunnel/issues/6658#issuecomment-2071471842
@bulolo When dealing with multiple tables, the source_table_name and
result_table_name are used solely for indicating the upstream and downstream
relationships. Therefore, in
bulolo commented on issue #6658:
URL: https://github.com/apache/seatunnel/issues/6658#issuecomment-2053582855
我发现问题了,是starrocks的问题 使用console 可以,也就是 starrocks字段数超过128无法写入。
另外我有一个疑问,muitl-table 多table的时候不支持 Transform,那么 上游的 SqlServer-CDC
当只需要5个字段到下游starrocks,该如何做到/
```
env {
bulolo commented on issue #6658:
URL: https://github.com/apache/seatunnel/issues/6658#issuecomment-2053581594
> @bulolo Can set result_table_name source_table_name Try it?
the same
```
env {
parallelism = 1
job.mode = "STREAMING"
checkpoint.interval = 5000
}
Carl-Zhou-CN commented on issue #6658:
URL: https://github.com/apache/seatunnel/issues/6658#issuecomment-2048829534
@bulolo Can set result_table_name source_table_name Try it?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
bulolo commented on issue #6658:
URL: https://github.com/apache/seatunnel/issues/6658#issuecomment-2046517277
> What is the database version?
2019
--
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
NickCodeJourney commented on issue #6658:
URL: https://github.com/apache/seatunnel/issues/6658#issuecomment-2046467344
What is the database version?
--
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
bulolo commented on issue #6658:
URL: https://github.com/apache/seatunnel/issues/6658#issuecomment-2044520635
>
https://dev-files-1253767413.cos.ap-guangzhou.myqcloud.com/temp/ORDERDETAIL.sql
https://dev-files-1253767413.cos.ap-guangzhou.myqcloud.com/temp/ORDERDETAIL2.sql
这2个是我同步的表及数
bulolo commented on issue #6658:
URL: https://github.com/apache/seatunnel/issues/6658#issuecomment-2044519566
https://dev-files-1253767413.cos.ap-guangzhou.myqcloud.com/temp/ORDERDETAIL.sql
https://dev-files-1253767413.cos.ap-guangzhou.myqcloud.com/temp/ORDERDETAIL2.sql
--
This is an
bulolo commented on issue #6658:
URL: https://github.com/apache/seatunnel/issues/6658#issuecomment-2044515569
> Provide the table‘s ddl
确保是多张表,字段超过128,就会报错,我是将字段慢慢缩减到128才发现的,128字段内,2个表正常同步
--
This is an automated message from the Apache Git Service.
To respond to the message, please
bulolo commented on issue #6658:
URL: https://github.com/apache/seatunnel/issues/6658#issuecomment-2044512864
> Provide the table‘s ddl
--
-- Table structure for ORDERDETAIL
--
IF EXISTS (SELECT * FROM sys.all_objec
NickCodeJourney commented on issue #6658:
URL: https://github.com/apache/seatunnel/issues/6658#issuecomment-2042177722
Provide the table ddl
--
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 sp
17 matches
Mail list logo