You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by lz...@apache.org on 2022/12/06 02:27:00 UTC

[flink-table-store] branch master updated (f3650806 -> 7a1eeae2)

This is an automated email from the ASF dual-hosted git repository.

lzljs3620320 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink-table-store.git


    from f3650806 [FLINK-30288] Introduce FunctionVisitor
     add 7a1eeae2 [FLINK-30273] Introduce RecordReaderUtils.transform to transform RecordReader

No new revisions were added by this update.

Summary of changes:
 .../file/operation/KeyValueFileStoreRead.java      | 14 ++--
 .../store/file/utils/ProjectKeyRecordReader.java   | 80 ----------------------
 .../table/store/file/utils/RecordReaderUtils.java  | 50 ++++++++++++++
 .../ValueCountRowDataRecordIteratorTest.java       | 14 ++--
 4 files changed, 70 insertions(+), 88 deletions(-)
 delete mode 100644 flink-table-store-core/src/main/java/org/apache/flink/table/store/file/utils/ProjectKeyRecordReader.java