ableegoldman commented on a change in pull request #9157:
URL: https://github.com/apache/kafka/pull/9157#discussion_r485249087



##########
File path: 
streams/src/test/java/org/apache/kafka/streams/kstream/internals/KStreamSlidingWindowAggregateTest.java
##########
@@ -439,6 +442,185 @@ public void testJoin() {
         }
     }
 
+    @SuppressWarnings("unchecked")

Review comment:
       It's probably some weird Java thing where it lazily types the generics 
and doesn't force the cast until you put it in the map. (I just made that up, 
but @vvcephei  would probably know)




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to