danny0405 commented on code in PR #13718:
URL: https://github.com/apache/hudi/pull/13718#discussion_r2278157034


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java:
##########
@@ -170,9 +170,11 @@ public class HoodieWriteConfig extends HoodieConfig {
       .withDocumentation("Determine what level of persistence is used to cache 
write RDDs. "
           + "Refer to org.apache.spark.storage.StorageLevel for different 
values");
 
+  @Deprecated
   public static final ConfigProperty<String> PRECOMBINE_FIELD_NAME = 
ConfigProperty
       .key("hoodie.datasource.write.precombine.field")
       .noDefaultValue()
+      .withAlternatives("hoodie.datasource.write.precombine.field")

Review Comment:
   the alternatives is same with the option key.



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