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


##########
hudi-hadoop-common/src/test/java/org/apache/hudi/io/hadoop/TestHoodieHFileReaderWriterBase.java:
##########
@@ -144,7 +142,7 @@ protected void verifyMetadata(HoodieStorage storage) throws 
IOException {
   protected void verifySchema(HoodieStorage storage, String schemaPath) throws 
IOException {
     try (HoodieAvroFileReader reader = createReader(storage)) {
       assertEquals(
-          getSchemaFromResource(TestHoodieHBaseHFileReaderWriter.class, 
schemaPath),
+          getSchemaFromResource(HFileReaderImpl.class, schemaPath),

Review Comment:
   Done.



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