You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jingsong Lee (Jira)" <ji...@apache.org> on 2022/06/15 10:45:00 UTC

[jira] [Closed] (FLINK-27957) Extract AppendOnlyFileStore out of KeyValueFileStore

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

Jingsong Lee closed FLINK-27957.
--------------------------------
    Fix Version/s: table-store-0.2.0
         Assignee: Caizhi Weng
       Resolution: Fixed

master: a3e52f85900758f6c6f4a751c1ac14d012e833a8

> Extract AppendOnlyFileStore out of KeyValueFileStore
> ----------------------------------------------------
>
>                 Key: FLINK-27957
>                 URL: https://issues.apache.org/jira/browse/FLINK-27957
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Table Store
>    Affects Versions: table-store-0.2.0
>            Reporter: Caizhi Weng
>            Assignee: Caizhi Weng
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: table-store-0.2.0
>
>
> Currently {{FileStore}} for append only records and key-values are mixed in one {{FileStoreImpl}} class. This makes the code base messy and also introduce bugs (for example, {{AppendOnlyFileStore}} should rely on a special reader implementation but it is not, causing failures when using avro format).
> We need to extract {{AppendOnlyFileStore}} out of {{KeyValueFileStore}}.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)