ijuma commented on code in PR #15032: URL: https://github.com/apache/kafka/pull/15032#discussion_r1432179355
########## generator/src/main/java/org/apache/kafka/message/StructRegistry.java: ########## @@ -110,6 +110,7 @@ private void addStructSpecs(Versions parentVersions, List<FieldSpec> fields) { // Synthesize a StructSpec object out of the fields. StructSpec spec = new StructSpec(typeName, field.versions().toString(), + null, // version deprecations not supported at field level //FIXME Perhaps we should pass `Versions.NONE.toString` instead Review Comment: Yes! My bad for not fixing this before I asked for the review. I attempted a fix, let's see if any tests fail. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org