the-other-tim-brown commented on code in PR #13977:
URL: https://github.com/apache/hudi/pull/13977#discussion_r2373645741


##########
hudi-io/src/test/java/org/apache/hudi/io/hfile/TestHFileWriter.java:
##########
@@ -74,15 +75,17 @@ void testOverflow() throws Exception {
 
   @Test
   void testSameKeyLocation() throws IOException {
-    // 50 bytes for data part limit.
-    HFileContext context = new HFileContext.Builder().blockSize(100).build();
+    // 1 bytes for data part limit.
+    HFileContext context = new HFileContext.Builder().blockSize(1).build();

Review Comment:
   Would it be more interesting to have some test that allows multiple blocks 
to be written with multiple records in it?



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