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
Copy link

github-actions bot commented Feb 5, 2026

Thank you for opening a pull request!

Please label the PR with one or more of:

  • bug-fix
  • chore
  • dependencies
  • documentation
  • enhancement

Also, add the 'breaking-change' label if appropriate.

See CONTRIBUTING.md for details.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

1 participant