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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]