You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Caizhi Weng (Jira)" <ji...@apache.org> on 2022/06/08 11:43:00 UTC

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

Caizhi Weng created FLINK-27957:
-----------------------------------

             Summary: 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


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)