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


##########
streams/src/test/java/org/apache/kafka/streams/integration/IQv2StoreIntegrationTest.java:
##########
@@ -847,11 +847,11 @@ private <T> void shouldHandleWindowKeyQueries(final 
Function<T, Integer> extract
 
         // tightest possible start range
         shouldHandleWindowKeyQuery(
-            2,
+            0,
             Instant.ofEpochMilli(WINDOW_START),
             Instant.ofEpochMilli(WINDOW_START),
             extractor,
-            mkSet(2)
+            mkSet(0)
         );
 
         // miss the window start range

Review Comment:
   Yes, the value should be 0. In this case, <0,0> is aligned with the 
WINDOW_START, making it retrievable.
   https://github.com/apache/kafka/pull/14523/files#r1356043842



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