mjsax commented on code in PR #13497: URL: https://github.com/apache/kafka/pull/13497#discussion_r1163394194
########## streams/src/test/java/org/apache/kafka/streams/integration/StreamStreamJoinIntegrationTest.java: ########## @@ -384,7 +528,7 @@ public void testOuterRepartitioned() { public void testMultiInner() { STREAMS_CONFIG.put(StreamsConfig.APPLICATION_ID_CONFIG, appID + "-multi-inner"); - final List<List<TestRecord<Long, String>>> expectedResult = Arrays.asList( + @SuppressWarnings("RedundantTypeArguments (explicit type arguments speedup compilation and analysis time)") final List<List<TestRecord<Long, String>>> expectedResult = Arrays.asList( Review Comment: For my own education: why do we need this, and why do we add the generic types below? -- 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