[
https://issues.apache.org/jira/browse/BEAM-13768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kenneth Knowles updated BEAM-13768:
-----------------------------------
Description:
This value is nullable:
https://github.com/apache/beam/commit/86db595d3c19a80d7eaa9bfbd20739afae20c7c6#diff-a8ca6a251feb58aa7fe77c74d02b25f5b0c33716eae81ef65861f2fa4a6e956bR116
But it is passed to a function that does not accept null.
This was discovered by a user hitting it.
This is caused by disabling the null check for this class.
was:
This value is nullable:
https://github.com/apache/beam/commit/86db595d3c19a80d7eaa9bfbd20739afae20c7c6#diff-a8ca6a251feb58aa7fe77c74d02b25f5b0c33716eae81ef65861f2fa4a6e956bR116
But it is passed to a function that does not accept null.
This is caused by disabling the null check for this class.
> NullPointerException in BigQueryStorageSourceBase
> -------------------------------------------------
>
> Key: BEAM-13768
> URL: https://issues.apache.org/jira/browse/BEAM-13768
> Project: Beam
> Issue Type: Bug
> Components: io-java-gcp
> Reporter: Kenneth Knowles
> Assignee: Kenneth Knowles
> Priority: P2
> Labels: nullability
>
> This value is nullable:
> https://github.com/apache/beam/commit/86db595d3c19a80d7eaa9bfbd20739afae20c7c6#diff-a8ca6a251feb58aa7fe77c74d02b25f5b0c33716eae81ef65861f2fa4a6e956bR116
> But it is passed to a function that does not accept null.
> This was discovered by a user hitting it.
> This is caused by disabling the null check for this class.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)