yihua commented on code in PR #13927:
URL: https://github.com/apache/hudi/pull/13927#discussion_r2386877646


##########
hudi-common/src/main/java/org/apache/hudi/common/config/HoodieReaderConfig.java:
##########
@@ -29,6 +29,12 @@
     groupName = ConfigGroups.Names.READER,
     description = "Configurations that control file group reading.")
 public class HoodieReaderConfig extends HoodieConfig {
+
+  /**
+   * This configuration was used to indicate if HFile's native reader should 
be used.
+   * Since 1.1.0, Hudi has its own reader for reading HFiles and is no longer 
dependent on HFile's native reader.
+   */
+  @Deprecated

Review Comment:
   Removed



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