You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by da...@apache.org on 2021/10/28 05:52:25 UTC

[hudi] branch master updated (af3ffe5 -> e5b6b86)

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

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


    from af3ffe5  [MINOR] Add links to all the existing RFCs in rfc/README.md (#3876)
     add e5b6b86  [HUDI-2633] Make precombine field optional for flink (#3874)

No new revisions were added by this update.

Summary of changes:
 .../apache/hudi/configuration/FlinkOptions.java    |  1 +
 .../apache/hudi/configuration/OptionsResolver.java | 17 ++++++++
 .../hudi/sink/StreamWriteOperatorCoordinator.java  |  6 ++-
 .../apache/hudi/sink/utils/PayloadCreation.java    |  8 ++--
 .../org/apache/hudi/table/HoodieTableFactory.java  | 27 +++++++++---
 .../apache/hudi/table/HoodieDataSourceITCase.java  | 23 +++++++++++
 .../apache/hudi/table/TestHoodieTableFactory.java  | 48 ++++++++++++++++------
 .../test/java/org/apache/hudi/utils/TestSQL.java   |  7 ++++
 8 files changed, 115 insertions(+), 22 deletions(-)