wenli xiao created FLINK-36351:
----------------------------------
Summary: Doris pipeline sink does not support Flink TIME type
Key: FLINK-36351
URL: https://issues.apache.org/jira/browse/FLINK-36351
Project: Flink
Issue Type: Bug
Components: Flink CDC
Reporter: wenli xiao
Attachments: image-2024-09-23-18-03-04-193.png
According to [Apache Doris
data-type]([https://doris.apache.org/docs/dev/table-design/data-type/]), the
TIME(p) data type is not supported. As a result, when we make use of the Doris
pipeline 3.2 to load data from MySQL, we will run into the following error.
!image-2024-09-23-18-03-04-193.png!
Nevertheless, we are able to convert the TIME type into the String type.
Certain connectors employ this approach, for instance,
[flink-connector-doris](https://github.com/apache/doris-flink-connector/blob/master/flink-doris-connector/src/main/java/org/apache/doris/flink/tools/cdc/mysql/MysqlType.java#L203).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)