mjsax commented on code in PR #20260: URL: https://github.com/apache/kafka/pull/20260#discussion_r2305508706
########## streams/upgrade-system-tests-0110/src/main/java/org/apache/kafka/streams/StreamsUpgradeTest.java: ########## @@ -43,7 +41,7 @@ public static void main(final String[] args) throws Exception { System.out.println("props=" + streamsProperties); final KStreamBuilder builder = new KStreamBuilder(); - final KStream dataStream = builder.stream("data"); + final KStream<String, String> dataStream = builder.stream("data"); Review Comment: Can we maybe do this cleanup in a separate PR? -- 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