the-other-tim-brown commented on code in PR #13171:
URL: https://github.com/apache/hudi/pull/13171#discussion_r2053140284
##########
hudi-hadoop-common/src/test/java/org/apache/hudi/common/table/read/TestCustomMerger.java:
##########
@@ -182,6 +180,7 @@ public void testWithThreeLogFiles(boolean
useRecordPositions) throws IOException
@Test
public void testWithFourLogFiles() throws IOException, InterruptedException {
+ shouldWritePositions = Arrays.asList(false, false, false, false, false);
Review Comment:
I don't think we're getting much out of all of these combinations. The unit
testing needs to be redone here so that we focus on the unit under test instead
of a wider range of things
--
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]