[
https://issues.apache.org/jira/browse/FLINK-27957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-27957:
-----------------------------------
Labels: pull-request-available (was: )
> 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
> Priority: Major
> Labels: pull-request-available
>
> 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)