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/11/01 08:55:24 UTC

[iceberg] branch master updated (aeccf01 -> b4ac277)

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 aeccf01  Spark: Support metadata columns in 3.2 (#3373)
     add b4ac277  Flink: Project the RowData to remove meta-columns (#3240)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iceberg/util/StructProjection.java  |   6 +
 .../iceberg/flink/data/RowDataProjection.java      | 239 +++++++++++++++
 .../flink/source/RowDataFileScanTaskReader.java    |  25 +-
 .../apache/iceberg/flink/TestChangeLogTable.java   |  73 +++--
 .../java/org/apache/iceberg/flink/TestHelpers.java |  22 +-
 .../iceberg/flink/data/TestRowDataProjection.java  | 332 +++++++++++++++++++++
 6 files changed, 656 insertions(+), 41 deletions(-)
 create mode 100644 flink/src/main/java/org/apache/iceberg/flink/data/RowDataProjection.java
 create mode 100644 flink/src/test/java/org/apache/iceberg/flink/data/TestRowDataProjection.java