mfvitale commented on code in PR #15756:
URL: https://github.com/apache/kafka/pull/15756#discussion_r1665347507


##########
connect/transforms/src/test/java/org/apache/kafka/connect/transforms/ExtractFieldTest.java:
##########
@@ -186,7 +188,94 @@ public void nonExistentNestedFieldWithSchemaShouldFail() {
 
     @Test
     public void testExtractFieldVersionRetrievedFromAppInfoParser() {
-        assertEquals(AppInfoParser.getVersion(), xform.version());
+        assertEquals(AppInfoParser.getVersion(), xformKey.version());
+    }
+
+    @Test
+    public void testUnsetOptionalFieldIsNull() {

Review Comment:
   Just changed to be a `ParameterizedTest`



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