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

vinoth 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 ae00079  [HUDI-1475]: fixed java doc for precombine api (#3867)
ae00079 is described below

commit ae000795d7fb69d14a8e30c5a69cfe73aeaf1bad
Author: Pratyaksh Sharma <[email protected]>
AuthorDate: Wed Oct 27 03:45:20 2021 +0530

    [HUDI-1475]: fixed java doc for precombine api (#3867)
---
 .../src/main/java/org/apache/hudi/common/model/HoodieRecordPayload.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hudi-common/src/main/java/org/apache/hudi/common/model/HoodieRecordPayload.java
 
b/hudi-common/src/main/java/org/apache/hudi/common/model/HoodieRecordPayload.java
index 7ebf988..36dd30b 100644
--- 
a/hudi-common/src/main/java/org/apache/hudi/common/model/HoodieRecordPayload.java
+++ 
b/hudi-common/src/main/java/org/apache/hudi/common/model/HoodieRecordPayload.java
@@ -45,7 +45,7 @@ public interface HoodieRecordPayload<T extends 
HoodieRecordPayload> extends Seri
   T preCombine(T oldValue);
 
   /**
-   * When more than one HoodieRecord have the same HoodieKey, this function 
combines them before attempting to insert/upsert by taking in a property map.
+   * When more than one HoodieRecord have the same HoodieKey in the incoming 
batch, this function combines them before attempting to insert/upsert by taking 
in a property map.
    * Implementation can leverage the property to decide their business logic 
to do preCombine.
    *
    * @param oldValue   instance of the old {@link HoodieRecordPayload} to be 
combined with.

Reply via email to