sknop commented on a change in pull request #9950:
URL: https://github.com/apache/kafka/pull/9950#discussion_r583514614



##########
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:
       IntelliJ did this automatically for me - I have changed the code 
accordingly.




----------------------------------------------------------------
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


Reply via email to