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 2021/02/25 22:44:41 UTC

[iceberg] branch master updated (f356be7 -> e237a69)

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 f356be7  Hive: Ensure unlock is called in HiveTableOperations to fix zombie locking (#2263)
     add e237a69  Core: Support unpartitioned specs in SortOrderUtil (#2239)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iceberg/util/SortOrderUtil.java     |  6 +-
 .../org/apache/iceberg/util/TestSortOrderUtil.java | 94 ++++++++++++++++++++++
 2 files changed, 96 insertions(+), 4 deletions(-)
 create mode 100644 core/src/test/java/org/apache/iceberg/util/TestSortOrderUtil.java