krishna2020 commented on a change in pull request #3267:
URL: https://github.com/apache/hudi/pull/3267#discussion_r669820100



##########
File path: 
hudi-common/src/test/java/org/apache/hudi/common/model/TestOverwriteWithLatestAvroPayload.java
##########
@@ -72,6 +72,17 @@ public void testActiveRecords() throws IOException {
 
     assertEquals(payload1.combineAndGetUpdateValue(record2, schema).get(), 
record1);
     assertEquals(payload2.combineAndGetUpdateValue(record1, schema).get(), 
record2);
+
+    GenericRecord record3 = new GenericData.Record(schema);
+    record3.put("id", "3");
+    record3.put("partition", "partition2");

Review comment:
       Test case for this scenario should have ts as 1L only




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