You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by xu...@apache.org on 2022/09/29 07:43:40 UTC

[hudi] branch master updated (0a39fce9fc -> 71c91c1804)

This is an automated email from the ASF dual-hosted git repository.

xushiyan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git


    from 0a39fce9fc [HUDI-4936] Fix `as.of.instant` not recognized as hoodie config (#5616)
     add 71c91c1804 [HUDI-4861] Relaxing `MERGE INTO` constraints to permit limited casting operations w/in matched-on conditions (#6820)

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/HoodieCatalystExpressionUtils.scala  | 27 ++++++-
 .../hudi/command/MergeIntoHoodieTableCommand.scala | 77 ++++++++++++++++----
 .../apache/spark/sql/hudi/TestMergeIntoTable.scala | 82 +++++++++++++++++++++-
 .../sql/HoodieSpark2CatalystExpressionUtils.scala  | 12 ++++
 .../sql/HoodieSpark31CatalystExpressionUtils.scala | 13 +++-
 .../sql/HoodieSpark32CatalystExpressionUtils.scala | 15 +++-
 .../sql/HoodieSpark33CatalystExpressionUtils.scala | 15 +++-
 7 files changed, 223 insertions(+), 18 deletions(-)