Chamikara Jayalath created BEAM-3452:
----------------------------------------
Summary: NullPointerException when executing
BigQuerySourceBase.split()
Key: BEAM-3452
URL: https://issues.apache.org/jira/browse/BEAM-3452
Project: Beam
Issue Type: Bug
Components: sdk-java-gcp
Reporter: Chamikara Jayalath
Assignee: Chamikara Jayalath
If we try to try to start an BQ export job (during read) for a non-existing
table we'll get an NullPointerException at [1] due to 'null' being returned at
[2].
[1]
https://github.com/apache/beam/blob/master/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQuerySourceBase.java#L104
[2]
https://github.com/apache/beam/blob/master/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryServicesImpl.java#L430
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)