jonvex commented on code in PR #7881:
URL: https://github.com/apache/hudi/pull/7881#discussion_r1163302008
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/bootstrap/BootstrapMode.java:
##########
@@ -18,18 +18,28 @@
package org.apache.hudi.client.bootstrap;
+import org.apache.hudi.common.config.EnumDescription;
+import org.apache.hudi.common.config.EnumFieldDescription;
+
/**
* Identifies different types of bootstrap.
*/
+@EnumDescription("Bootstrap mode to apply for partition paths that match the
regex set in `hoodie.bootstrap.mode.selector.regex`.")
Review Comment:
You don't need to use regex selector. It's also used in uniform selector
--
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]