vvcephei commented on a change in pull request #11567: URL: https://github.com/apache/kafka/pull/11567#discussion_r775709569
########## File path: streams/src/main/java/org/apache/kafka/streams/state/internals/InMemorySessionStore.java ########## @@ -317,13 +318,25 @@ public boolean isOpen() { @Override public <R> QueryResult<R> query(final Query<R> query, final PositionBound positionBound, final boolean collectExecutionInfo) { + + if (query instanceof WindowRangeQuery) { Review comment: Hey @patrickstuedi , Github won't let me comment on the prior conversation, but thanks for pointing out that oversight in the in-memory key-value store! I went ahead and removed it as well. -- 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