You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 24, 2026. It is now read-only.
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"}]