You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/06/01 07:34:29 UTC

[GitHub] [flink-table-store] tsreaper opened a new pull request, #144: [FLINK-27863] Refactor RecordReader and RecordIterator in table store into generic types

tsreaper opened a new pull request, #144:
URL: https://github.com/apache/flink-table-store/pull/144

   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 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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink-table-store] JingsongLi merged pull request #144: [FLINK-27863] Refactor RecordReader and RecordIterator in table store into generic types

Posted by GitBox <gi...@apache.org>.
JingsongLi merged PR #144:
URL: https://github.com/apache/flink-table-store/pull/144


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org