You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "xicm (via GitHub)" <gi...@apache.org> on 2023/02/03 09:16:30 UTC

[GitHub] [hudi] xicm commented on a diff in pull request #7803: [HUDI-5661] Add ConflictResolutionStrategy for bucket index

xicm commented on code in PR #7803:
URL: https://github.com/apache/hudi/pull/7803#discussion_r1095533123


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieLockConfig.java:
##########
@@ -186,7 +186,7 @@ public class HoodieLockConfig extends HoodieConfig {
       .key(LOCK_PREFIX + "conflict.resolution.strategy")
       .defaultValue(SimpleConcurrentFileWritesConflictResolutionStrategy.class.getName())
       .sinceVersion("0.8.0")
-      .withDocumentation("Lock provider class name, this should be subclass of "
+      .withDocumentation("Conflict resolution strategy class name, this should be subclass of "
           + "org.apache.hudi.client.transaction.ConflictResolutionStrategy");

Review Comment:
   @danny0405 Is it necessary to fix this description



-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org