vinothchandar commented on a change in pull request #3955:
URL: https://github.com/apache/hudi/pull/3955#discussion_r746734984



##########
File path: 
hudi-common/src/test/java/org/apache/hudi/common/util/collection/TestExternalSpillableMap.java
##########
@@ -337,9 +342,41 @@ public void 
testDataCorrectnessWithoutHoodieMetadata(ExternalSpillableMap.DiskMa
     assertEquals(gRecord.get(fieldName).toString(), newValue);
   }
 
-  // TODO : come up with a performance eval test for spillableMap
   @Test
-  public void testLargeInsertUpsert() {}
+  public void testPayloadSizeEstimate() throws IOException, URISyntaxException 
{

Review comment:
       rename: testEstimationWithEmptyMap or something to capture the scenario. 
the current name feels very broad. we are not really testing the actual 
estimate or anything




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