cadonna commented on a change in pull request #9508:
URL: https://github.com/apache/kafka/pull/9508#discussion_r567478871



##########
File path: 
streams/src/main/java/org/apache/kafka/streams/state/internals/CachingKeyValueStore.java
##########
@@ -291,6 +292,16 @@ public void putAll(final List<KeyValue<Bytes, byte[]>> 
entries) {
         return new MergedSortedCacheKeyValueBytesStoreIterator(cacheIterator, 
storeIterator, true);
     }
 
+    @Override
+    public <PS extends Serializer<P>, P> KeyValueIterator<Bytes, byte[]> 
prefixScan(final P prefix, final PS prefixKeySerializer) {

Review comment:
       Oh, I see. I missed those. Sorry! That is fine then, although I think 
unit tests with mocks would be better.




----------------------------------------------------------------
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


Reply via email to