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)