linliu-code commented on code in PR #13300:
URL: https://github.com/apache/hudi/pull/13300#discussion_r2102985710


##########
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:
   Yeah. We don't support general HFILE data files.



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