You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by ja...@apache.org on 2023/05/03 16:25:47 UTC

[iceberg] branch master updated (4f9584cea6 -> 3db4e89658)

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

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


    from 4f9584cea6 Spark 3.1: Add read and write support for UUIDs (#7508)
     add 3db4e89658 API: Remove deprecated AssertHelpers usage (#7468)

No new revisions were added by this update.

Summary of changes:
 .../iceberg/TestPartitionSpecValidation.java       | 335 ++++++++++-----------
 .../java/org/apache/iceberg/TestSnapshotRef.java   |  58 ++--
 .../org/apache/iceberg/catalog/TestNamespace.java  |  25 +-
 .../apache/iceberg/expressions/TestEvaluator.java  | 148 ++++-----
 .../iceberg/expressions/TestExpressionHelpers.java |  26 +-
 .../TestInclusiveManifestEvaluator.java            |  20 +-
 .../expressions/TestInclusiveMetricsEvaluator.java |  20 +-
 .../iceberg/expressions/TestPredicateBinding.java  |  17 +-
 .../expressions/TestStrictMetricsEvaluator.java    |  11 +-
 .../apache/iceberg/io/TestCloseableIterable.java   |   8 +-
 .../apache/iceberg/transforms/TestBucketing.java   |  10 +-
 .../apache/iceberg/transforms/TestProjection.java  |  21 +-
 .../apache/iceberg/transforms/TestTruncate.java    |  10 +-
 .../org/apache/iceberg/types/TestTypeUtil.java     |  43 ++-
 14 files changed, 323 insertions(+), 429 deletions(-)