vinothchandar commented on a change in pull request #1408: [HUDI-437] Support user-defined index URL: https://github.com/apache/incubator-hudi/pull/1408#discussion_r393257875
########## File path: hudi-client/src/main/java/org/apache/hudi/config/HoodieIndexConfig.java ########## @@ -37,6 +37,8 @@ public static final String INDEX_TYPE_PROP = "hoodie.index.type"; public static final String DEFAULT_INDEX_TYPE = HoodieIndex.IndexType.BLOOM.name(); + public static final String INDEX_CLASS_PROP = "hoodie.index.class"; Review comment: for consistency, lets have a default value which is `""` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
