Timestamp still not parsed correctly #1579
Labels
api: bigquerystorage
Issues related to the googleapis/java-bigquerystorage API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Environment details
Steps to reproduce
Create a string field in a JSONObject with schema Timestamp, value something reasonable: "2022-02-06 07:24:47.84".
Returns 1970-01-20 00:42:12.287840 UTC (In bigquery which is not correct)
Linked to #1515
Code:
Rest of code is identical to your sample in https://github.com/googleapis/java-bigquerystorage/blob/main/samples/snippets/src/main/java/com/example/bigquerystorage/WriteCommittedStream.java except for the fact that the data is just [{"d":"2022-02-06 07:24:47.84"}]
The text was updated successfully, but these errors were encountered: