You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Chamikara Jayalath (JIRA)" <ji...@apache.org> on 2017/03/22 18:51:41 UTC

[jira] [Created] (BEAM-1782) BigQuery read transform fails for DirectRunner when reading empty repeated fields

Chamikara Jayalath created BEAM-1782:
----------------------------------------

             Summary: BigQuery read transform fails for DirectRunner when reading empty repeated fields
                 Key: BEAM-1782
                 URL: https://issues.apache.org/jira/browse/BEAM-1782
             Project: Beam
          Issue Type: Bug
          Components: sdk-py
            Reporter: Chamikara Jayalath
            Assignee: Chamikara Jayalath


We currently expect an empty list instead of 'None' at following location.
https://github.com/apache/beam/blob/master/sdks/python/apache_beam/io/gcp/bigquery.py#L1072

What we actually receive from BigQuery for empty repeated fields is 'None' resulting in a failure.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)