chenqianwen commented on issue #7337:
URL: https://github.com/apache/seatunnel/issues/7337#issuecomment-2350808097
output rowType: id<BIGINT>, code<STRING>, name<STRING>,
createTime<TIMESTAMP>, updateTime<TIMESTAMP>但是目标表结构是create table
aio_operator_type
(
id bigint not null primary key,
code varchar(25) null,
createTime varchar(50) null,
updateTime varchar(50) null,
constraint aio_operator_type_pk unique (id)
);
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]