You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GH-1004: [JDBC] Fix NPE in ArrowFlightJdbcDriver#connect(final String url, final Properties info) (#1005)
## 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.
0 commit comments