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 2020/11/26 16:12:09 UTC

[iceberg] branch master updated (7a306e5 -> e4521fd)

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 7a306e5  Flink : Implement the listPartitions method in FlinkCatalog (#1815)
     add e4521fd  Hive: Add column projection (#1417)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iceberg/mr/InputFormatConfig.java   | 30 +++++++
 .../iceberg/mr/hive/HiveIcebergInputFormat.java    | 15 ++++
 .../apache/iceberg/mr/hive/HiveIcebergSerDe.java   | 18 ++++-
 .../iceberg/mr/mapreduce/IcebergInputFormat.java   | 20 ++++-
 .../mr/hive/HiveIcebergStorageHandlerBaseTest.java | 91 +++++++++++++++++-----
 5 files changed, 151 insertions(+), 23 deletions(-)