PavithranRick commented on code in PR #17604:
URL: https://github.com/apache/hudi/pull/17604#discussion_r2734041886


##########
hudi-common/src/main/java/org/apache/hudi/common/table/PartialUpdateMode.java:
##########
@@ -22,10 +22,14 @@
 import org.apache.hudi.common.config.EnumFieldDescription;
 
 public enum PartialUpdateMode {
+  @EnumFieldDescription(
+      "For any column values missing in current record, pick value from 
previous version of the record.")

Review Comment:
   Updated to this
   `  @EnumFieldDescription(
         "For any column values missing in current record, pick value from 
previous version of the record. "
             + "Only top-level columns are supported; nested fields within 
record types are not yet supported.")
     KEEP_VALUES,`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to