okumin commented on code in PR #6207:
URL: https://github.com/apache/hive/pull/6207#discussion_r2555289196
##########
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:
Please follow these ones
https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=6207&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true
--
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]