Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.34.0
-
None
Description
Username and pwd not being propagated in the JDBC context. Had to add the following code in the Connect method of driver.go to make it work
if config.avaticaUser != "" { c.Info["user"] = config.avaticaUser } if config.avaticaPassword != "" { c.Info["password"] = config.avaticaPassword }
Attachments
Issue Links
- is related to
-
CALCITE-5719 Issues with connection and authentication with Apache Druid
- Resolved