guozhangwang commented on a change in pull request #11252: URL: https://github.com/apache/kafka/pull/11252#discussion_r701252846
########## File path: streams/src/main/java/org/apache/kafka/streams/state/internals/RocksDBTimeOrderedWindowStore.java ########## @@ -33,172 +39,112 @@ * For key range queries, like fetch(key, fromTime, toTime), use the {@link RocksDBWindowStore} * which uses the {@link WindowKeySchema} to serialize the record bytes for efficient key queries. */ +@SuppressWarnings("unchecked") public class RocksDBTimeOrderedWindowStore Review comment: Sounds good, will do. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org