You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by kr...@apache.org on 2023/05/04 12:50:38 UTC

[hive] branch master updated (36e6560b851 -> 04c37dbcad1)

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

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


    from 36e6560b851 HIVE-26913: Addendum:  Missing ParquetMetadata initialization in VectorizedParquetInputFormat (Denys Kuzmenko, reviewed by Ayush Saxena)
     add 04c37dbcad1 HIVE-27307: NPE when generating incremental rebuild plan of materialized view with empty Iceberg source table (Krisztian Kasa, reviewed by Laszlo Vegh)

No new revisions were added by this update.

Summary of changes:
 .../iceberg/mr/hive/HiveIcebergStorageHandler.java |   9 +-
 .../mr/hive/TestHiveIcebergStorageHandler.java     | 126 +++++++++++++++++++++
 2 files changed, 133 insertions(+), 2 deletions(-)
 create mode 100644 iceberg/iceberg-handler/src/test/java/org/apache/iceberg/mr/hive/TestHiveIcebergStorageHandler.java