mjsax commented on code in PR #21536:
URL: https://github.com/apache/kafka/pull/21536#discussion_r2900853109
##########
streams/src/main/java/org/apache/kafka/streams/state/internals/PrefixedWindowKeySchemas.java:
##########
@@ -30,8 +31,6 @@
import static org.apache.kafka.streams.state.StateSerdes.TIMESTAMP_SIZE;
import static
org.apache.kafka.streams.state.internals.WindowKeySchema.timeWindowForSize;
-// TODO: replace with new method in follow-up PR of KIP-1271
-@SuppressWarnings("deprecation")
Review Comment:
Build is failing -- seems we cannot remove this suppression yet.
--
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]