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/11 00:45:24 UTC

[iceberg] branch master updated (7c3b0d7 -> d2a9add)

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 7c3b0d7  Core: Add position in manifest to DataFile and DeleteFile (#1723)
     add d2a9add  Hive: Fix casting bugs in Tez joins (#1740)

No new revisions were added by this update.

Summary of changes:
 .../IcebergDateObjectInspectorHive3.java           | 12 +++++-
 .../IcebergTimestampObjectInspectorHive3.java      | 16 ++++++--
 .../IcebergBinaryObjectInspector.java              | 13 +++++--
 .../IcebergDateObjectInspector.java                | 12 +++++-
 .../IcebergDecimalObjectInspector.java             | 11 +++++-
 .../IcebergTimestampObjectInspector.java           | 16 ++++++--
 .../mr/hive/HiveIcebergStorageHandlerBaseTest.java | 45 ++++++++++++++++++++++
 7 files changed, 110 insertions(+), 15 deletions(-)