linliu-code commented on code in PR #13498:
URL: https://github.com/apache/hudi/pull/13498#discussion_r2188682405


##########
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableConfig.java:
##########
@@ -1049,6 +1078,20 @@ public Set<String> getMetadataPartitions() {
             CONFIG_VALUES_DELIMITER));
   }
 
+  public PartialUpdateMode getPartialUpdateMode() {
+    String payloadClass = getPayloadClass();

Review Comment:
   Supported now.
   Question: does it means we allow the customer to generate table version 8 
table using 1.1.0 release? How?



-- 
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