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/20 01:55:37 UTC

[iceberg] branch master updated (01c954e -> 3bd32c3)

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 01c954e  Hive: Support converting Hive types to wider Iceberg types in CREATE TABLE (#2054)
     add 3bd32c3  Spark: Optimize join types for MERGE INTO (#2116)

No new revisions were added by this update.

Summary of changes:
 .../sql/catalyst/optimizer/RewriteDelete.scala     |   2 +-
 .../sql/catalyst/optimizer/RewriteMergeInto.scala  | 130 +++++++++++++++++----
 .../sql/catalyst/plans/logical/MergeInto.scala     |   5 +-
 .../utils/RewriteRowLevelOperationHelper.scala     |  33 +++++-
 .../execution/datasources/v2/MergeIntoExec.scala   |  41 +++----
 5 files changed, 154 insertions(+), 57 deletions(-)