manojpec commented on a change in pull request #4449:
URL: https://github.com/apache/hudi/pull/4449#discussion_r789067542



##########
File path: 
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieStorageConfig.java
##########
@@ -83,6 +84,12 @@
       .withDocumentation("Lower values increase the size of metadata tracked 
within HFile, but can offer potentially "
           + "faster lookup times.");
 
+  public static final ConfigProperty<String> HFILE_SCHEMA_KEY_FIELD_NAME = 
ConfigProperty

Review comment:
       This is only used for the Writer for now. Reader has it own 
config/constant as it doesn't have the config access. Sure, removing the config 
and making use of the HFileReader constant for now. In future, once we make 
HFileReader have config access, can introduce this config property.




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