FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

GH-1004: [JDBC] Fix NPE in ArrowFlightJdbcDriver#connect​(final String url, final Properties info) by ennuite · Pull Request #1005 · apache/arrow-java · GitHub

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

Merged
jbonofre merged 3 commits into
apache:mainfrom
ennuite:fix-get-connection-npe
Mar 11, 2026
Merged

GH-1004: [JDBC] Fix NPE in ArrowFlightJdbcDriver#connect​(final String url, final Properties info) #1005
jbonofre merged 3 commits into
apache:mainfrom
ennuite:fix-get-connection-npe

Conversation

ennuite commented Feb 5, 2026
edited
Loading

Copy link
Copy Markdown
Contributor

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.

This comment has been minimized.

jbonofre added the bug-fix PRs that fix a big. label Feb 8, 2026
github-actions Bot added this to the 19.0.0 milestone Feb 8, 2026

jbonofre left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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

jbonofre commented Feb 8, 2026

Copy link
Copy Markdown
Member

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

Copy link
Copy Markdown
Member

@ennuite can you please rebase this PR ? The CI should be ok now.

ennuite commented Feb 23, 2026
edited
Loading

Copy link
Copy Markdown
Contributor Author

@jbonofre done. Is this ok to merge? It seems like CI only ran the format and not the tests...

jbonofre merged commit 18de621 into apache:main Mar 11, 2026
26 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL