You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Xiqian YU (Jira)" <ji...@apache.org> on 2024/04/11 04:21:00 UTC

[jira] [Updated] (FLINK-35072) Doris pipeline sink does not support applying AlterColumnTypeEvent

     [ https://issues.apache.org/jira/browse/FLINK-35072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xiqian YU updated FLINK-35072:
------------------------------
    Labels: pull-request-available  (was: )

> Doris pipeline sink does not support applying AlterColumnTypeEvent
> ------------------------------------------------------------------
>
>                 Key: FLINK-35072
>                 URL: https://issues.apache.org/jira/browse/FLINK-35072
>             Project: Flink
>          Issue Type: Improvement
>          Components: Flink CDC
>            Reporter: Xiqian YU
>            Priority: Minor
>              Labels: pull-request-available
>
> According to [Doris documentation|https://doris.apache.org/docs/sql-manual/sql-reference/Data-Definition-Statements/Alter/ALTER-TABLE-COLUMN/], altering column types dynamically is supported (via ALTER TABLE ... MODIFY COLUMN statement) when lossless conversion is available. However, now Doris pipeline connector has no support to AlterColumnTypeEvent, and raises RuntimeException all the time.
> It would be convenient for users if they can sync compatible type conversions, and could be easily implemented by extending Doris' SchemaChangeManager helper class.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)