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

yihua pushed a change to branch release-0.13.0
in repository https://gitbox.apache.org/repos/asf/hudi.git


    from 4286d798237 [HUDI-5496] Avoid unnecessary file system parsing to 
initialize metadata table for a new data table (#7841)
     new 003d6e79999 [HUDI-5689] Make CDC config working for DeltaStreamer path 
(#7830)
     new 989d5403666 [MINOR] Validate configs for OCC early conflict detection 
(#7848)
     new 2d2d751f553 Make most of the Spark SQL DML operations configs 
overridable (#7850)
     new eb6bceefa5e [HUDI-5700] Annotate config classes for docs generation 
(#7853)
     new f5cfec43270 [HUDI-5701] Remove meta fields from cdc new record in 
CDCLogger (#7852)
     new 2b17dd58243 [HUDI-5702] Avoid to write useless change-data when 
compaction (#7849)

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/hudi/config/HoodieWriteConfig.java  | 15 +++--
 .../java/org/apache/hudi/io/HoodieCDCLogger.java   |  2 +-
 .../apache/hudi/io/HoodieMergeHandleFactory.java   | 18 ++----
 .../apache/hudi/common/config/ConfigGroups.java    |  1 +
 .../hudi/gcp/bigquery/BigQuerySyncConfig.java      |  8 +++
 .../spark/sql/hudi/ProvidesHoodieConfig.scala      | 69 +++++++++++-----------
 .../apache/spark/sql/hudi/TestCDCForSparkSQL.scala | 20 +++++--
 .../sync/datahub/config/DataHubSyncConfig.java     | 24 +++++---
 .../java/org/apache/hudi/hive/HiveSyncConfig.java  |  8 +++
 .../hive/replication/GlobalHiveSyncConfig.java     |  8 +++
 .../apache/hudi/sync/common/HoodieSyncConfig.java  |  8 +++
 .../hudi/utilities/deltastreamer/DeltaSync.java    |  4 ++
 12 files changed, 118 insertions(+), 67 deletions(-)

Reply via email to