lucliu1108 commented on code in PR #20968: URL: https://github.com/apache/kafka/pull/20968#discussion_r2791237340
########## streams/src/main/java/org/apache/kafka/streams/kstream/internals/graph/TableSourceNode.java: ########## @@ -21,9 +21,11 @@ import org.apache.kafka.streams.kstream.internals.KTableSource; import org.apache.kafka.streams.processor.api.ProcessorSupplier; import org.apache.kafka.streams.processor.internals.InternalTopologyBuilder; +import org.apache.kafka.streams.state.StoreBuilder; import java.util.Collections; import java.util.Iterator; +import java.util.Set; Review Comment: Nit: These 2 imports added are unused. -- 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]
