vinishjail97 commented on code in PR #13177:
URL: https://github.com/apache/hudi/pull/13177#discussion_r2051517119


##########
hudi-io/src/test/java/org/apache/hudi/io/hfile/TestHFileReader.java:
##########
@@ -268,6 +271,33 @@ public void testReadHFilePointAndPrefixLookup(String 
filename,
     verifyHFileRead(filename, numEntries, KEY_CREATOR, VALUE_CREATOR, 
keyLookUpInfoList);
   }
 
+  @Test
+  public void testReadHFileCorrupted() throws Exception {

Review Comment:
   Do we need this unit test ? We can move the validation of the HFile as an 
assertion in `testSeekKeyDoesNotExist` or remove it completely ? 



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