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 2020/06/10 17:14:49 UTC

[iceberg] branch master updated (bd606f5 -> 35dd7de)

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 bd606f5  Refactor MergingSnapshotProducer (#1098)
     add 35dd7de  Refactor RandomData classes to extract common methods (#1102)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iceberg/util/RandomUtil.java   | 139 +----------------
 .../org/apache/iceberg/avro/RandomAvroData.java    | 158 +------------------
 .../org/apache/iceberg/data/RandomGenericData.java | 173 ++-------------------
 .../org/apache/iceberg/spark/data/RandomData.java  | 169 ++------------------
 4 files changed, 34 insertions(+), 605 deletions(-)
 copy core/src/test/java/org/apache/iceberg/avro/RandomAvroData.java => api/src/test/java/org/apache/iceberg/util/RandomUtil.java (53%)