jeqo commented on a change in pull request #9139: URL: https://github.com/apache/kafka/pull/9139#discussion_r500889276
########## File path: streams/src/test/java/org/apache/kafka/test/ReadOnlySessionStoreStub.java ########## @@ -82,11 +118,15 @@ public boolean hasNext() { public KeyValue<Windowed<K>, V> next() { return it.next(); } - } ); } + @Override + public KeyValueIterator<Windowed<K>, V> backwardFetch(K from, K to) { + return null; Review comment: mixed choice here. hope is good enough ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org