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 2021/12/05 20:21:22 UTC

[iceberg] branch master updated (2ba5246 -> 56839c8)

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 2ba5246  Core: Request Split_Offsets when Planning Scans (#3666)
     add 56839c8  Spark: Remove ImmutableMap from SparkPartition for Kryo (#3667)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iceberg/spark/SparkTableUtil.java   |  4 +-
 .../iceberg/spark/source/TestSparkTableUtil.java   | 23 ++++++++++
 .../org/apache/iceberg/spark/SparkTableUtil.java   |  4 +-
 .../apache/iceberg/spark/TestSparkTableUtil.java   | 53 ++++++++++++++++++++++
 .../org/apache/iceberg/spark/SparkTableUtil.java   |  4 +-
 .../apache/iceberg/spark/TestSparkTableUtil.java   | 53 ++++++++++++++++++++++
 .../org/apache/iceberg/spark/SparkTableUtil.java   |  4 +-
 .../apache/iceberg/spark/TestSparkTableUtil.java   | 53 ++++++++++++++++++++++
 8 files changed, 190 insertions(+), 8 deletions(-)
 create mode 100644 spark/v3.0/spark/src/test/java/org/apache/iceberg/spark/TestSparkTableUtil.java
 create mode 100644 spark/v3.1/spark/src/test/java/org/apache/iceberg/spark/TestSparkTableUtil.java
 create mode 100644 spark/v3.2/spark/src/test/java/org/apache/iceberg/spark/TestSparkTableUtil.java