mjsax commented on code in PR #21600:
URL: https://github.com/apache/kafka/pull/21600#discussion_r2887553498


##########
streams/src/main/java/org/apache/kafka/streams/kstream/internals/KStreamSessionWindowAggregate.java:
##########
@@ -117,6 +119,7 @@ private class KStreamSessionWindowAggregateProcessor extends
         private final Time time = Time.SYSTEM;
         protected final KStreamImplJoin.TimeTracker timeTracker = new 
KStreamImplJoin.TimeTracker();
 
+        @SuppressWarnings("unchecked")

Review Comment:
   Where do we can an unchecked condition?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to