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/21 02:04:36 UTC

[iceberg] branch master updated (fffdb69 -> 41fd101)

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 fffdb69  Core: Add validation for metrics config (#2048)
     add 41fd101  Spark: Prohibit subqueries in conditions of MERGE operations (#2118)

No new revisions were added by this update.

Summary of changes:
 .../extensions/IcebergSparkSessionExtensions.scala |  3 +-
 .../analysis/MergeIntoTablePredicateCheck.scala    | 60 ++++++++++++++++++++++
 .../apache/iceberg/spark/extensions/TestMerge.java | 42 +++++++++++++++
 3 files changed, 104 insertions(+), 1 deletion(-)
 create mode 100644 spark3-extensions/src/main/scala/org/apache/spark/sql/catalyst/analysis/MergeIntoTablePredicateCheck.scala