jongyoul commented on code in PR #4443:
URL: https://github.com/apache/zeppelin/pull/4443#discussion_r945427628


##########
livy/src/main/java/org/apache/zeppelin/livy/LivySparkSQLInterpreter.java:
##########
@@ -23,13 +23,7 @@
 import java.io.IOException;
 import java.io.StringWriter;
 import java.io.Writer;
-import java.util.ArrayList;
-import java.util.HashMap;
-import java.util.List;
-import java.util.Properties;
-import java.util.Arrays;
-import java.util.Map;
-import java.util.Locale;
+import java.util.*;

Review Comment:
   Please change your IDE setting not to use `*` for the import statement.



-- 
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: dev-unsubscr...@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to