mjsax commented on code in PR #21684:
URL: https://github.com/apache/kafka/pull/21684#discussion_r2907081867
##########
streams/src/test/java/org/apache/kafka/streams/state/StateSerdesTest.java:
##########
@@ -135,10 +139,11 @@ public void
shouldSkipValueAndTimestampeInformationForErrorOnTimestampAndValueSe
@Test
public void shouldThrowIfIncompatibleSerdeForKey() throws
ClassNotFoundException {
+ @SuppressWarnings("rawtypes")
Review Comment:
It doesn't -- this is additional side cleanup. We use `Class` below, which
is the offender (and we cannot switch to `Class<?>` either to avoid the
rawtype, because we _want_ to test the wrong type 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]