You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2022/02/06 20:34:18 UTC

[iceberg] branch master updated (550cdca -> 2208b24)

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

blue pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git.


    from 550cdca  Core: Use DataWriter::write instead of DataWriter::add in BaseRollingWriter (#4048)
     add 2208b24  Flink: Add FLIP-27 RecordFactory to create and populate batches (#3866)

No new revisions were added by this update.

Summary of changes:
 .../reader/RecordFactory.java}                     | 26 ++++-----
 .../flink/source/reader/RowDataRecordFactory.java  | 62 ++++++++++++++++++++++
 2 files changed, 72 insertions(+), 16 deletions(-)
 copy flink/v1.14/flink/src/main/java/org/apache/iceberg/flink/{sink/TaskWriterFactory.java => source/reader/RecordFactory.java} (60%)
 create mode 100644 flink/v1.14/flink/src/main/java/org/apache/iceberg/flink/source/reader/RowDataRecordFactory.java