pchintar commented on code in PR #22310:
URL: https://github.com/apache/kafka/pull/22310#discussion_r3282807419
##########
streams/src/test/java/org/apache/kafka/streams/state/internals/InMemoryKeyValueStoreTest.java:
##########
@@ -447,4 +448,28 @@ private Bytes bytesKey(final String key) {
return Bytes.wrap(key.getBytes());
}
+ @Test
+ public void shouldPrefixScanPrefixWithNoUpperBound() {
Review Comment:
Thanks @Phixsura for the feedback, I've now added focused tests for
`CachingKeyValueStore` and `MemoryNavigableLRUCache` as well.
The PR now includes overflow-prefix tests for all 3:
- `InMemoryKeyValueStore`
- `CachingKeyValueStore`
- `MemoryNavigableLRUCache`
--
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]