Caizhi Weng created FLINK-27863: ----------------------------------- Summary: Refactor RecordReader and RecordIterator in table store into generic types Key: FLINK-27863 URL: https://issues.apache.org/jira/browse/FLINK-27863 Project: Flink Issue Type: Sub-task Components: Table Store Affects Versions: table-store-0.2.0 Reporter: Caizhi Weng
We'd like to introduce a `TableRead` class between file store and the users. This class should provide an iterator for `RowData` instead of `KeyValue`s. So we'll need an iterator not only for `KeyValue` but also for `RowData`. -- This message was sent by Atlassian Jira (v8.20.7#820007)