chia7712 commented on code in PR #16348: URL: https://github.com/apache/kafka/pull/16348#discussion_r1641587174
########## streams/streams-scala/src/test/scala/org/apache/kafka/streams/scala/TopologyTest.scala: ########## @@ -21,30 +21,18 @@ import java.util import java.util.{Locale, Properties} import java.util.regex.Pattern import org.apache.kafka.common.serialization.{Serdes => SerdesJ} -import org.apache.kafka.streams.kstream.{ - Aggregator, - Initializer, - JoinWindows, - KGroupedStream => KGroupedStreamJ, - KStream => KStreamJ, - KTable => KTableJ, - KeyValueMapper, - Materialized => MaterializedJ, - Reducer, - StreamJoined => StreamJoinedJ, - Transformer, - ValueJoiner, - ValueMapper -} -import org.apache.kafka.streams.processor.{api, ProcessorContext} +import org.apache.kafka.streams.kstream.{Aggregator, Initializer, JoinWindows, KeyValueMapper, Reducer, Transformer, ValueJoiner, ValueMapper, KGroupedStream => KGroupedStreamJ, KStream => KStreamJ, KTable => KTableJ, Materialized => MaterializedJ, StreamJoined => StreamJoinedJ} +import org.apache.kafka.streams.processor.{ProcessorContext, api} import org.apache.kafka.streams.processor.api.{Processor, ProcessorSupplier} import org.apache.kafka.streams.scala.ImplicitConversions._ import org.apache.kafka.streams.scala.serialization.{Serdes => NewSerdes} import org.apache.kafka.streams.scala.serialization.Serdes._ import org.apache.kafka.streams.scala.kstream._ -import org.apache.kafka.streams.{KeyValue, StreamsBuilder => StreamsBuilderJ, StreamsConfig, TopologyDescription} +import org.apache.kafka.streams.{KeyValue, StreamsConfig, TopologyDescription, StreamsBuilder => StreamsBuilderJ} Review Comment: Could you please revert those unrelated changes? -- 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