You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2021/01/11 18:50:48 UTC

[GitHub] [hive] belugabehr commented on a change in pull request #1853: HIVE-24617: Review beeline Driver Scanning Code

belugabehr commented on a change in pull request #1853:
URL: https://github.com/apache/hive/pull/1853#discussion_r555265817



##########
File path: beeline/src/java/org/apache/hive/beeline/BeeLine.java
##########
@@ -2298,23 +2293,17 @@ public void addLocalDriverClazz(String driverClazz) {
     supportedLocalDriver.add(driverClazz);
   }
 
-  Driver[] scanDrivers(String line) throws IOException {
-    return scanDrivers(false);
-  }
-
-  Driver[] scanDrivers(boolean knownOnly) throws IOException {

Review comment:
       This `knownOnly` flag is never used, so remove it.  By extension, the `scanDrivers(String line)` is also defunct.




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



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org