vinothchandar commented on a change in pull request #3491:
URL: https://github.com/apache/hudi/pull/3491#discussion_r690945402



##########
File path: 
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieBootstrapConfig.java
##########
@@ -49,22 +49,20 @@
       .noDefaultValue()
       .sinceVersion("0.6.0")
       .withDocumentation("Base path of the dataset that needs to be 
bootstrapped as a Hudi table");
-  @Deprecated
-  public static final String BOOTSTRAP_BASE_PATH_PROP = 
BOOTSTRAP_BASE_PATH.key();
 
-  public static final ConfigProperty<String> BOOTSTRAP_MODE_SELECTOR = 
ConfigProperty
+  public static final ConfigProperty<String> BOOTSTRAP_MODE_SELECTOR_CLASS = 
ConfigProperty
       .key("hoodie.bootstrap.mode.selector")
       .defaultValue(MetadataOnlyBootstrapModeSelector.class.getCanonicalName())
       .sinceVersion("0.6.0")
       .withDocumentation("Selects the mode in which each file/partition in the 
bootstrapped dataset gets bootstrapped");
 
-  public static final ConfigProperty<String> FULL_BOOTSTRAP_INPUT_PROVIDER = 
ConfigProperty
+  public static final ConfigProperty<String> 
FULL_BOOTSTRAP_INPUT_PROVIDER_CLASS = ConfigProperty

Review comment:
       fixed .




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