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 2020/10/01 23:46:30 UTC

[iceberg] branch master updated (c7caa64 -> 30edba2)

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 c7caa64  MR: Use encryption manager for input files (#1532)
     add 30edba2  Spark: Implement equals and hashCode in SparkTable (#1530)

No new revisions were added by this update.

Summary of changes:
 .../apache/iceberg/spark/source/SparkTable.java    | 19 +++++++
 .../iceberg/spark/source/TestSparkTable.java       | 61 ++++++++++++++++++++++
 2 files changed, 80 insertions(+)
 create mode 100644 spark3/src/test/java/org/apache/iceberg/spark/source/TestSparkTable.java