mjsax commented on code in PR #20424:
URL: https://github.com/apache/kafka/pull/20424#discussion_r2308051163
##########
streams/src/test/java/org/apache/kafka/streams/processor/internals/RecordCollectorTest.java:
##########
@@ -1978,7 +1978,7 @@ public ProductionExceptionHandlerResponse handle(final
ErrorHandlerContext conte
assertNull(sourceRawData[1]);
}
-
+ @SuppressWarnings("unchecked")
Review Comment:
Hmmm... I did see a gradle build warning -- I am pretty sure. But now I
cannot reproduce it. 🤷
Will revert this. Found some other necessary cleanup though...
--
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]