You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by ao...@apache.org on 2022/08/31 22:32:06 UTC

[iceberg] branch master updated (5764c93a59 -> ec0195185d)

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

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


    from 5764c93a59 AWS: fix wrong config key for useArnRegionEnabled in AssumeRoleAwsClientFactory (#5680)
     add ec0195185d Spark 3.3: Add row-based changelog reader (#5578)

No new revisions were added by this update.

Summary of changes:
 .../iceberg/spark/source/ChangelogRowReader.java   | 154 +++++++++++++
 .../iceberg/spark/source/TestChangelogReader.java  | 255 +++++++++++++++++++++
 2 files changed, 409 insertions(+)
 create mode 100644 spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/source/ChangelogRowReader.java
 create mode 100644 spark/v3.3/spark/src/test/java/org/apache/iceberg/spark/source/TestChangelogReader.java