guozhangwang commented on a change in pull request #9083: URL: https://github.com/apache/kafka/pull/9083#discussion_r491646523
########## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/ProcessorContextImpl.java ########## @@ -217,7 +217,7 @@ public StateStore getStateStore(final String name) { forward((ProcessorNode<K, V, ?, ?>) child, key, value); } } else { - final ProcessorNode<K, V, ?, ?> child = currentNode().getChild(sendTo); + final ProcessorNode child = currentNode().getChild(sendTo); Review comment: This is because I added the typing in line 98 of ProcessorNode below, I will revert it back and update the line below in `forward`. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org