codingkiddo commented on code in PR #22259:
URL: https://github.com/apache/kafka/pull/22259#discussion_r3246827620


##########
streams/integration-tests/src/test/java/org/apache/kafka/streams/integration/QueryableStateIntegrationTest.java:
##########
@@ -812,6 +812,10 @@ public void shouldBeAbleToQueryMapValuesState() throws 
Exception {
                 new KeyValue<>(keys[3], "5"),
                 new KeyValue<>(keys[4], "2"))
         );
+        final List<KeyValue<String, Long>> expectedRangeResult = Arrays.asList(

Review Comment:
   Done, thanks! Updated to use List.of(...).



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