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
{{ message }}
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
It looks like getUndeclaredQueryParameters() returns null when there are no undeclared query parameters, but this dryRun function passes that resulting value unchecked into Lists.transform which throws an NPE when the list argument is null.
Hello! We're getting a NPE resulting from ConnectionImpl:dryRun here:
java-bigquery/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/ConnectionImpl.java
Lines 173 to 176 in 3895bd9
It looks like
getUndeclaredQueryParameters()returns null when there are no undeclared query parameters, but this dryRun function passes that resulting value unchecked intoLists.transformwhich throws an NPE when the list argument is null.