Skip to content

GH-1004: [JDBC] Fix NPE in ArrowFlightJdbcDriver#connect​(final String url, final Properties info) #1005

Open
ennuite wants to merge 2 commits intoapache:mainfrom
ennuite:fix-get-connection-npe
Open

GH-1004: [JDBC] Fix NPE in ArrowFlightJdbcDriver#connect​(final String url, final Properties info) #1005
ennuite wants to merge 2 commits intoapache:mainfrom
ennuite:fix-get-connection-npe

Conversation

@ennuite
Copy link
Contributor

@ennuite ennuite commented Feb 5, 2026

What's Changed

ArrowFlightJdbcDriver.connect(final String url, final Properties info) now properly ignores a null value for info, obtaining the properties solely from the URL.

Closes #1004.

@github-actions

This comment has been minimized.

@jbonofre jbonofre added the bug-fix PRs that fix a big. label Feb 8, 2026
@github-actions github-actions bot added this to the 19.0.0 milestone Feb 8, 2026
Copy link
Member

@jbonofre jbonofre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That should be pretty rare, but worth to avoid this.

@jbonofre
Copy link
Member

jbonofre commented Feb 8, 2026

NB: the tests won't pass (see #1002). I will rebase as soon as CI is green again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug-fix PRs that fix a big.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

2 participants