dongjinleekr commented on a change in pull request #10507: URL: https://github.com/apache/kafka/pull/10507#discussion_r644546368
########## File path: streams/src/main/java/org/apache/kafka/streams/kstream/internals/AbstractStream.java ########## @@ -16,6 +16,10 @@ */ package org.apache.kafka.streams.kstream.internals; +import java.util.Collection; +import java.util.HashSet; +import java.util.Objects; +import java.util.Set; Review comment: @cadonna The sooner you merge the PR, I can start to apply the formatter to the streams module sooner. :smiley: -- 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