nileshkumar3 commented on code in PR #21830:
URL: https://github.com/apache/kafka/pull/21830#discussion_r3564456441


##########
streams/src/test/java/org/apache/kafka/streams/state/internals/PlainToHeadersStoreAdapterTest.java:
##########
@@ -180,7 +180,7 @@ public void shouldWrapRangeIterator() {
         final KeyValueIterator<Bytes, byte[]> result = adapter.range(from, to);
 
         assertNotNull(result);
-        assertTrue(result instanceof PlainToHeadersIteratorAdapter);
+        assertTrue(result instanceof MappingKeyValueIteratorAdapter);

Review Comment:
    switched it to assert on the converted bytes.



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

Reply via email to