Skip to content

Commit db5c2d9

Browse files
authored
[HUDI-8096] Improve OverwriteNonDefaultsWithLatestAvroPayload Java Doc (apache#11795)
1 parent 97b4d59 commit db5c2d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hudi-common/src/main/java/org/apache/hudi/common/model/OverwriteNonDefaultsWithLatestAvroPayload.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
*
3434
* <ol>
3535
* <li>preCombine - Picks the latest delta record for a key, based on an ordering field;
36-
* <li>combineAndGetUpdateValue/getInsertValue - overwrite storage for specified fields
37-
* that doesn't equal defaultValue.
36+
* <li>combineAndGetUpdateValue/getInsertValue - overwrite the storage for the specified fields
37+
* with the fields from the latest delta record that doesn't equal defaultValue.
3838
* </ol>
3939
*/
4040
public class OverwriteNonDefaultsWithLatestAvroPayload extends OverwriteWithLatestAvroPayload {

0 commit comments

Comments
 (0)