You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by GitBox <gi...@apache.org> on 2019/04/09 06:58:56 UTC

[GitHub] [kylin] shaofengshi commented on a change in pull request #582: Read password from file for Beeline

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:
users@infra.apache.org


With regards,
Apache Git Services