Matthew Ouyang created BEAM-12059:
-------------------------------------
Summary: BigQueryUtils doesn't process DATETIME field that
includes a T
Key: BEAM-12059
URL: https://issues.apache.org/jira/browse/BEAM-12059
Project: Beam
Issue Type: Bug
Components: io-java-gcp
Affects Versions: 2.28.0
Reporter: Matthew Ouyang
Assignee: Matthew Ouyang
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)