codope commented on a change in pull request #3761:
URL: https://github.com/apache/hudi/pull/3761#discussion_r741051384
##########
File path:
hudi-common/src/test/java/org/apache/hudi/common/model/TestOverwriteNonDefaultsWithLatestAvroPayload.java
##########
@@ -126,4 +127,33 @@ public void testDeletedRecord() throws IOException {
assertEquals(payload1.combineAndGetUpdateValue(delRecord1, schema).get(),
record2);
assertFalse(payload2.combineAndGetUpdateValue(record1,
schema).isPresent());
}
+ @Test
Review comment:
There is a checkstyle violation. Please add an empty line separator
between methods.
--
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]