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

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


The following commit(s) were added to refs/heads/master by this push:
     new db5c2d97dc9 [HUDI-8096] Improve 
OverwriteNonDefaultsWithLatestAvroPayload Java Doc (#11795)
db5c2d97dc9 is described below

commit db5c2d97dc94122ebd63e6200858eabc4b119178
Author: usberkeley <[email protected]>
AuthorDate: Mon Aug 19 11:08:28 2024 +0800

    [HUDI-8096] Improve OverwriteNonDefaultsWithLatestAvroPayload Java Doc 
(#11795)
---
 .../hudi/common/model/OverwriteNonDefaultsWithLatestAvroPayload.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/hudi-common/src/main/java/org/apache/hudi/common/model/OverwriteNonDefaultsWithLatestAvroPayload.java
 
b/hudi-common/src/main/java/org/apache/hudi/common/model/OverwriteNonDefaultsWithLatestAvroPayload.java
index 626910fdaed..6e060a735fc 100644
--- 
a/hudi-common/src/main/java/org/apache/hudi/common/model/OverwriteNonDefaultsWithLatestAvroPayload.java
+++ 
b/hudi-common/src/main/java/org/apache/hudi/common/model/OverwriteNonDefaultsWithLatestAvroPayload.java
@@ -33,8 +33,8 @@ import java.util.List;
  *
  * <ol>
  * <li>preCombine - Picks the latest delta record for a key, based on an 
ordering field;
- * <li>combineAndGetUpdateValue/getInsertValue - overwrite storage for 
specified fields
- * that doesn't equal defaultValue.
+ * <li>combineAndGetUpdateValue/getInsertValue - overwrite the storage for the 
specified fields
+ * with the fields from the latest delta record that doesn't equal 
defaultValue.
  * </ol>
  */
 public class OverwriteNonDefaultsWithLatestAvroPayload extends 
OverwriteWithLatestAvroPayload {

Reply via email to