fonsdant commented on code in PR #15740:
URL: https://github.com/apache/kafka/pull/15740#discussion_r1938159003


##########
streams/src/main/java/org/apache/kafka/streams/kstream/internals/KStreamImpl.java:
##########
@@ -796,7 +797,6 @@ public <KR> KGroupedStream<KR, V> groupBy(final 
KeyValueMapper<? super K, ? supe
 
         final GroupedInternal<KR, V> groupedInternal = new 
GroupedInternal<>(grouped);
         final ProcessorGraphNode<K, V> selectKeyMapNode = 
internalSelectKey(keySelector, new NamedInternal(groupedInternal.name()));
-        selectKeyMapNode.keyChangingOperation(true);

Review Comment:
   @mjsax, I have run successfully `gradle streams:test` and `gradle 
streams:integrationTest` without this line of code.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to