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/05 19:15:46 UTC

[iceberg] branch master updated (8286843 -> 0f2a164)

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 8286843  Hive: Set formats and serde for tables created from Hive (#2025)
     add 0f2a164  Hive: Serialize Table to avoid a load for split planning (#1920)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/iceberg/BaseTable.java    | 33 +++++++++++++++++++++-
 .../org/apache/iceberg/mr/InputFormatConfig.java   | 10 +++++++
 .../iceberg/mr/hive/HiveIcebergStorageHandler.java | 33 +++++++++++++++++++---
 .../iceberg/mr/mapreduce/IcebergInputFormat.java   | 12 ++++----
 4 files changed, 78 insertions(+), 10 deletions(-)