[
https://issues.apache.org/jira/browse/FLINK-25628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jingsong Lee closed FLINK-25628.
--------------------------------
Resolution: Fixed
master:
6194ecba528d0d257bc1123ee1b1e3f5666b493e
77c61b33d0aa7c7a11dd9ace8159db49f803aa9b
610269895727efaa314d54253f5b1acfc3f769f5
4ddd90cc69eed8178901c44222e6ebbc06bb87a1
9182e60c8ba51616de2905fd0dbb6e2d4b66d055
7ac835ffe828a511689ac080d90d2a729aa08d89
> Introduce RecordReader and related classes for table store
> ----------------------------------------------------------
>
> Key: FLINK-25628
> URL: https://issues.apache.org/jira/browse/FLINK-25628
> Project: Flink
> Issue Type: Sub-task
> Components: Table Store
> Reporter: Jingsong Lee
> Assignee: Jingsong Lee
> Priority: Major
> Labels: pull-request-available
> Fix For: table-store-0.1.0
>
>
> - Introduce RecordReader interface: The reader that reads the batches of
> records.
> - Introduce SortMergeReader: This reader is to read a list of `RecordReader`,
> which is already sorted by key and sequence number, and perform a sort merge
> algorithm. `KeyValue` with the same key will also be combined during sort
> merging.
> - Introduce ConcatRecordReader: This reader is to concatenate a list of
> `RecordReader` and read them sequentially. The input list is already sorted
> by key and sequence number, and the key intervals do not overlap each other.
> - Introduce FieldStats: Statistics for each field.
> - Introduce SstPathFactory: Factory which produces new Path for sst files.
> - Introduce SstFile and SstFileMeta: This SstFile includes several
> `KeyValue`, representing the changes inserted into the file storage.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)