You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by op...@apache.org on 2021/09/07 03:21:28 UTC

[iceberg] branch master updated (a3b72fc -> 5f90476)

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

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


    from a3b72fc  Doc: Back quote identifiers in the Flink SQL statement (#3076)
     add 5f90476  Flink: Refactor DataIterator to use composition instead of inheritance (#2905)

No new revisions were added by this update.

Summary of changes:
 .../iceberg/encryption/InputFilesDecryptor.java    | 61 ++++++++++++++++++++++
 .../apache/iceberg/flink/source/DataIterator.java  | 58 ++++++--------------
 .../iceberg/flink/source/FileScanTaskReader.java   | 26 ++++-----
 .../iceberg/flink/source/FlinkInputFormat.java     | 11 ++--
 ...terator.java => RowDataFileScanTaskReader.java} | 57 +++++++++++---------
 .../iceberg/flink/source/RowDataRewriter.java      |  6 ++-
 6 files changed, 129 insertions(+), 90 deletions(-)
 create mode 100644 core/src/main/java/org/apache/iceberg/encryption/InputFilesDecryptor.java
 copy api/src/main/java/org/apache/iceberg/HistoryEntry.java => flink/src/main/java/org/apache/iceberg/flink/source/FileScanTaskReader.java (61%)
 rename flink/src/main/java/org/apache/iceberg/flink/source/{RowDataIterator.java => RowDataFileScanTaskReader.java} (69%)