[
https://issues.apache.org/jira/browse/FLINK-36351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leonard Xu resolved FLINK-36351.
--------------------------------
Resolution: Implemented
Implemented via master: 177da16facb1773f44020ef4f0f85f15a31d964a
> 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: Improvement
> Components: Flink CDC
> Affects Versions: cdc-3.2.0
> Reporter: vinlee19
> Assignee: vinlee19
> Priority: Minor
> Labels: pull-request-available
> Fix For: cdc-3.3.0
>
> 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)