nsivabalan commented on code in PR #13616:
URL: https://github.com/apache/hudi/pull/13616#discussion_r2229835418


##########
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableConfig.java:
##########
@@ -321,14 +321,13 @@ public class HoodieTableConfig extends HoodieConfig {
       .withDocumentation("This property when set, will define how two versions 
of the record will be "
           + "merged together where the later contains only partial set of 
values and not entire record.");
 
-  public static final ConfigProperty<String> MERGE_PROPERTIES = ConfigProperty
-      .key("hoodie.table.merge.properties")
+  public static final ConfigProperty<String> MERGE_CUSTOM_PROPERTY_PREFIX = 
ConfigProperty
+      .key("hoodie.merge.custom.property.prefix")

Review Comment:
   The getter looks good 
https://github.com/apache/hudi/pull/13616#discussion_r2229833997 
   we just need to fix how we set it. 



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