aliehsaeedii commented on code in PR #14596:
URL: https://github.com/apache/kafka/pull/14596#discussion_r1370010845


##########
streams/src/main/java/org/apache/kafka/streams/state/internals/MeteredVersionedKeyValueStore.java:
##########
@@ -89,6 +102,18 @@ private class MeteredVersionedKeyValueStoreInternal
         private final Serde<V> plainValueSerde;
         private StateSerdes<K, V> plainValueSerdes;
 
+        private final Map<Class, QueryHandler> queryHandlers =
+            mkMap(
+                mkEntry(
+                    RangeQuery.class,

Review Comment:
   > Do we need to add this one? `handleRangeQuery` is not implemented anyway?
   
   Yes, we do. The current unit test `shouldThrowOnIQv2RangeQuery` must still 
pass. 



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