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


##########
streams/src/main/java/org/apache/kafka/streams/state/internals/MeteredKeyValueStore.java:
##########
@@ -247,26 +247,18 @@ public Position getPosition() {
     }
 
     @SuppressWarnings("unchecked")
-    protected <R> QueryResult<R> runRangeQuery(final Query<R> query,
+    private <R> QueryResult<R> runRangeQuery(final Query<R> query,
                                                final PositionBound 
positionBound,

Review Comment:
   fixed



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