shaofengshi commented on a change in pull request #582: Read password from file 
for Beeline
URL: https://github.com/apache/kylin/pull/582#discussion_r273348735
 
 

 ##########
 File path: 
source-hive/src/main/java/org/apache/kylin/source/hive/BeelineHiveClient.java
 ##########
 @@ -27,6 +27,7 @@
 import java.sql.Statement;
 import java.util.List;
 import java.util.Properties;
+import java.io.*;
 
 Review comment:
   I think "import *" is not allowed in Kylin's static code analysis. Could you 
please change to use the detailed class import?

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


With regards,
Apache Git Services

Reply via email to