We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5df166 commit 3c7b4deCopy full SHA for 3c7b4de
connect/json/src/test/java/org/apache/kafka/connect/json/JsonConverterTest.java
@@ -788,7 +788,7 @@ public void nullSchemaAndMapToJson() {
788
789
@Test
790
public void nullSchemaAndMapNonStringKeysToJson() {
791
- // This still needs to do conversion of data null schema means "anything goes". Make sure we mix and match
+ // This still needs to do conversion of data, null schema means "anything goes". Make sure we mix and match
792
// types to verify conversion still works.
793
Map<Object, Object> input = new HashMap<>();
794
input.put("string", 12);
0 commit comments