Ryan Berti created BEAM-9051:
--------------------------------
Summary: BigQueryUtils toBeamRow to support GenericRecords with
millisecond precision timestamps
Key: BEAM-9051
URL: https://issues.apache.org/jira/browse/BEAM-9051
Project: Beam
Issue Type: Improvement
Components: io-java-gcp
Affects Versions: 2.16.0
Reporter: Ryan Berti
Assignee: Ryan Berti
Currently, BigQueryUtils assumes all Avro GenericRecords which utilize
timestamp fields include timestamp data in microseconds when converting from
GenericRecords to Beam Rows
([https://github.com/apache/beam/blob/master/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryUtils.java#L568]).
The implementation should also support timestamp data in milliseconds; this
should be feasible by referencing the LogicalType associated with the avro
field to determine if the underlying value is represented in millis or micros.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)