nsivabalan commented on a change in pull request #3986:
URL: https://github.com/apache/hudi/pull/3986#discussion_r754728246
##########
File path:
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/table/action/commit/TestUpsertPartitioner.java
##########
@@ -434,6 +434,49 @@ public void
testUpsertPartitionerWithSmallFileHandlingWithCanIndexLogFiles() thr
"Insert should be assigned to fg1");
}
+ @Test
+ public void
testUpsertPartitionerWithSmallFileHandlingPickingMultipleCandidates() throws
Exception {
+ final String partitionPath = DEFAULT_PARTITION_PATHS[0];
+
+ HoodieWriteConfig config =
Review comment:
I will land this for now. But when you get a chance, can you make this
test configurable w/ diff values for the config that we just added. Just to
make sure the config is honored for diff values. just 2 diff values would
suffice.
--
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]