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

[jira] [Created] (BEAM-14528) Data type and conversions are stricter for BQ sinks

KK Ramamoorthy created BEAM-14528:
-------------------------------------

             Summary: Data type and conversions are stricter for BQ sinks
                 Key: BEAM-14528
                 URL: https://issues.apache.org/jira/browse/BEAM-14528
             Project: Beam
          Issue Type: Bug
          Components: io-java-gcp
            Reporter: KK Ramamoorthy


From [https://github.com/apache/beam/pull/17404], it seems like the timestamp conversion has been made stricter, such that the pipeline only accepts timestamps in the form “2022-05-09T18:04:59Z”.

 

Here are some formats that previously worked, but seem to no longer be accepted:

“2022-05-09 18:04:59”

“2022-05-09T18:04:59”

“2022-05-09T18:04:59.739-07:00”

 

Also from the same pull request, it seems to no longer accept integers in fields marked as floats

 

Unexpected value :0, type: class java.lang.Integer. Table field name: a, type: FLOAT64

 

Are these the desired behaviors? It’s different from the behavior I’ve observed when using the Streaming Inserts method.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)