You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Kenneth Knowles (Jira)" <ji...@apache.org> on 2022/01/28 19:55:00 UTC

[jira] [Created] (BEAM-13768) NullPointerException in BigQueryStorageSourceBase

Kenneth Knowles created BEAM-13768:
--------------------------------------

             Summary: 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


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.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)