Aggarwal-Raghav commented on code in PR #6207:
URL: https://github.com/apache/hive/pull/6207#discussion_r2564239265
##########
beeline/src/java/org/apache/hive/beeline/DatabaseConnection.java:
##########
@@ -59,10 +58,8 @@ public boolean isClosed() {
return (null == connection);
}
- public DatabaseConnection(BeeLine beeLine, String driver, String url,
- Properties info) throws SQLException {
+ public DatabaseConnection(BeeLine beeLine, String url, Properties info)
throws SQLException {
Review Comment:
This is what sonaType also flagged. will fix this.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]