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

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


    from 46f57cc71f Python: Avro write (#7873)
     add 1f1ec4be47 Core: Migrating util module to JUnit5  (#7895)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iceberg/util/TestBinPacking.java    | 324 +++++++++------------
 .../apache/iceberg/util/TestEnvironmentUtil.java   |  22 +-
 .../iceberg/util/TestInMemoryLockManager.java      |  68 +++--
 .../java/org/apache/iceberg/util/TestJsonUtil.java |   2 +-
 .../org/apache/iceberg/util/TestLocationUtil.java  |  31 +-
 .../org/apache/iceberg/util/TestLockManagers.java  |   2 +-
 .../apache/iceberg/util/TestParallelIterable.java  |   2 +-
 .../apache/iceberg/util/TestReachableFileUtil.java |  28 +-
 .../org/apache/iceberg/util/TestSnapshotUtil.java  |  53 ++--
 .../org/apache/iceberg/util/TestSortOrderUtil.java | 110 +++----
 .../org/apache/iceberg/util/TestStructLikeMap.java |  81 ++----
 .../org/apache/iceberg/util/TestStructLikeSet.java |  22 +-
 .../org/apache/iceberg/util/TestTableScanUtil.java |  49 ++--
 .../java/org/apache/iceberg/util/TestTasks.java    |   9 +-
 .../apache/iceberg/util/TestZOrderByteUtil.java    | 206 ++++++-------
 15 files changed, 471 insertions(+), 538 deletions(-)

Reply via email to