hanyuzheng7 commented on code in PR #14477:
URL: https://github.com/apache/kafka/pull/14477#discussion_r1364836021


##########
streams/src/test/java/org/apache/kafka/streams/integration/IQv2StoreIntegrationTest.java:
##########
@@ -1586,12 +1593,15 @@ public <V> void shouldHandleKeyQuery(
     public <V> void shouldHandleRangeQuery(
         final Optional<Integer> lower,
         final Optional<Integer> upper,
+        final boolean isKeyAscending,
         final Function<V, Integer> valueExtactor,
-        final Set<Integer> expectedValue) {
+        final List<Integer> expectedValue) {

Review Comment:
   It seems that exiting code using expectedValue and actualValue for other 
methods, I will update them all.



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to