danny0405 commented on code in PR #13300:
URL: https://github.com/apache/hudi/pull/13300#discussion_r2099171569
##########
hudi-common/src/main/java/org/apache/hudi/io/storage/HoodieNativeAvroHFileReader.java:
##########
@@ -98,6 +100,7 @@ public HoodieNativeAvroHFileReader(HoodieStorage storage,
byte[] content, Option
this.bytesContent = Option.of(content);
this.metaInfoMap = new HashMap<>();
this.schema = schemaOption.map(Lazy::eagerly).orElseGet(() ->
Lazy.lazily(this::fetchSchema));
+ this.isMetadataFile =
path.toString().contains(HoodieTableMetaClient.METAFOLDER_NAME);
Review Comment:
what is this used for? Currently only MDT log file could be in HFile format?
--
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]