rhauch commented on a change in pull request #9950: URL: https://github.com/apache/kafka/pull/9950#discussion_r582985853
########## File path: connect/transforms/src/main/java/org/apache/kafka/connect/transforms/Cast.java ########## @@ -39,12 +40,8 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; -import java.util.EnumSet; -import java.util.HashMap; -import java.util.List; -import java.util.Locale; -import java.util.Map; -import java.util.Set; +import java.nio.ByteBuffer; +import java.util.*; Review comment: Wildcard imports should be caught by checkstyle, and should fail the build. In any case, please replace with non-wildcard imports. ---------------------------------------------------------------- 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