Skip to content

NullpointerException when running a query and the dataset is not found #728

@emanuelbatista

Description

@emanuelbatista

Environment details

  1. BigQuery
  2. OS type and version: Mate Desktop Environment 1.20.1
  3. Java version: Java 8
  4. bigquery version(s): 1.16.0

Steps to reproduce

  1. Running a query when the dataset is not found

Code example

 QueryJobConfiguration dmlQueryConfig = QueryJobConfiguration.newBuilder(dmlQuery).build(); // Execute the query. TableResult result = bigquery.query(dmlQueryConfig);

Stack trace

image

Any additional information below

image
image

Following these steps guarantees the quickest resolution possible.

Thanks!

Metadata

Metadata

Assignees

Labels

api: bigqueryIssues related to the googleapis/java-bigquery API.priority: p2Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions