You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2023/03/15 02:21:00 UTC

[jira] [Updated] (FLINK-31430) Support migrating states between different instances of TableWriteImpl and AbstractFileStoreWrite

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

ASF GitHub Bot updated FLINK-31430:
-----------------------------------
    Labels: pull-request-available  (was: )

> Support migrating states between different instances of TableWriteImpl and AbstractFileStoreWrite
> -------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-31430
>                 URL: https://issues.apache.org/jira/browse/FLINK-31430
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Table Store
>    Affects Versions: table-store-0.4.0
>            Reporter: Caizhi Weng
>            Assignee: Caizhi Weng
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: table-store-0.4.0
>
>
> Currently {{Table}} and {{TableWrite}} in Flink Table Store have a fixed schema. However to consume schema changes, Flink Table Store CDC sinks should have the ability to change its schema during a streaming job.
> This require us to pause and store the states of a {{TableWrite}}, then create a {{TableWrite}} with newer schema and recover the states in the new {{TableWrite}}.



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