Skip to content

[JDBC] NullPointerException in DriverManager#getConnection​(String url, Properties info) #1004

@ennuite

Description

@ennuite

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.

Code for reproduction:
DriverManager.getConnection(jdbcUrl, null); // where jdbcUrl is a String with a valid URL.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type: bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions