nsivabalan commented on a change in pull request #3955:
URL: https://github.com/apache/hudi/pull/3955#discussion_r746130666
##########
File path:
hudi-common/src/test/java/org/apache/hudi/common/util/collection/TestExternalSpillableMap.java
##########
@@ -339,7 +343,41 @@ public void
testDataCorrectnessWithoutHoodieMetadata(ExternalSpillableMap.DiskMa
// TODO : come up with a performance eval test for spillableMap
@Test
- public void testLargeInsertUpsert() {}
+ public void testLargeInsertUpsert() {
+ }
+
+ @ParameterizedTest
+ @MethodSource("testArguments")
+ public void testPayloadSizeEstimate(ExternalSpillableMap.DiskMapType
diskMapType,
Review comment:
I guess we don't need to do parametrized here.
--
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]