codope commented on a change in pull request #3889:
URL: https://github.com/apache/hudi/pull/3889#discussion_r755116364
##########
File path:
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieStorageConfig.java
##########
@@ -83,6 +83,14 @@
.withDocumentation("Lower values increase the size of metadata tracked
within HFile, but can offer potentially "
+ "faster lookup times.");
+ public static final ConfigProperty<String> HFILE_COMPARATOR_CLASS_NAME =
ConfigProperty
Review comment:
I exposed this config as a way to set legacy comparator class in case
something breaks.
--
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]