[
https://issues.apache.org/jira/browse/BEAM-3452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chamikara Jayalath resolved BEAM-3452.
--------------------------------------
Resolution: Fixed
Fix Version/s: 2.3.0
> 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
> Fix For: 2.3.0
>
>
> 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)