ennuite opened a new issue, #1004:
URL: https://github.com/apache/arrow-java/issues/1004

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   The `ArrowFlightJdbcDriver` method `public ArrowFlightConnection 
connect(final String url, final Properties info)
   ` does not properly handle `null` values for `info`, resulting in an NPE 
when calling `DriverManager.getConnection(jdbcUrl, null);`, where `jdbcUrl` is 
a `String` with a valid URL.


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

Reply via email to