kautshukla opened a new pull request #7824: URL: https://github.com/apache/pinot/pull/7824
Prerequisite: pinot/pinot-clients/pinot-jdbc-client/src/main/java/org/apache/pinot/client/PinotDriver.java headers map is not empty {JDBC with headers for Auth enabled client} As of now: return new PinotConnection(controllerUrl, pinotClientTransport, tenant); It should be: if(!headers.isEmpty) return new PinotConnection(controllerUrl, pinotClientTransport, tenant, new PinotControllerTransport(headers)); return new PinotConnection(controllerUrl, pinotClientTransport, tenant); -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org