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/01/22 18:22:42 UTC

[iceberg] branch master updated (503c0ef -> f8dfc14)

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 503c0ef  ORC: Fix NarrowingCompoundAssignment warnings (#2103)
     add f8dfc14  Hive: Support field comments in schema conversion (#2086)

No new revisions were added by this update.

Summary of changes:
 .../apache/iceberg/hive/HiveSchemaConverter.java   | 13 ++++--
 .../org/apache/iceberg/hive/HiveSchemaUtil.java    | 17 ++++---
 .../apache/iceberg/hive/TestHiveSchemaUtil.java    | 53 +++++++++++-----------
 .../iceberg/mr/hive/TestHiveSchemaUtilHive3.java   |  2 +-
 .../apache/iceberg/mr/hive/HiveIcebergSerDe.java   | 10 +++-
 .../hive/HiveIcebergStorageHandlerTestUtils.java   |  4 +-
 .../TestHiveIcebergStorageHandlerLocalScan.java    | 11 +++--
 .../hive/TestHiveIcebergStorageHandlerNoScan.java  | 47 +++++++++++++++++--
 .../TestHiveIcebergStorageHandlerWithEngine.java   | 16 ++++++-
 9 files changed, 122 insertions(+), 51 deletions(-)