jonvex commented on code in PR #13721:
URL: https://github.com/apache/hudi/pull/13721#discussion_r2279704379
##########
hudi-common/src/main/java/org/apache/hudi/common/table/PartialUpdateMode.java:
##########
@@ -26,23 +26,14 @@ public enum PartialUpdateMode {
"No partial update logic should be employed.")
NONE,
- @EnumFieldDescription(
- "For any column values missing in current record, pick value from
previous version of the record.")
- KEEP_VALUES,
-
- @EnumFieldDescription(
- "For column values missing in current record, pick the default value
from the schema.")
- FILL_DEFAULTS,
-
Review Comment:
why are we getting rid of these two?
--
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]