You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Thomas Pocreau (Jira)" <ji...@apache.org> on 2021/09/09 09:17:00 UTC

[jira] [Created] (BEAM-12863) BigQueryUtils doesn't process List or Map with nullables

Thomas Pocreau created BEAM-12863:
-------------------------------------

             Summary: BigQueryUtils doesn't process List or Map with nullables
                 Key: BEAM-12863
                 URL: https://issues.apache.org/jira/browse/BEAM-12863
             Project: Beam
          Issue Type: Bug
          Components: io-java-gcp
    Affects Versions: 2.28.0
            Reporter: Thomas Pocreau
            Assignee: Matthew Ouyang
             Fix For: 2.30.0


A query with a DATETIME always returns a string with a literal T between the date and the time.  The BIGQUERY_DATETIME_FORMATTER doesn't account for the literal T and won't be able

Steps to reproduce
# BigQueryIO.readTableRowsWithSchema
# Query with a DATETIME function or field.  Functions will always output a literal T  (https://cloud.google.com/bigquery/docs/reference/standard-sql/datetime_functions).  I can't find the supporting documentation for fields though.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)