tsreaper opened a new pull request, #148: URL: https://github.com/apache/flink-table-store/pull/148
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 is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
