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
I gave it a shot, but tests are failing for the maximum possible timestamp, which is 9999-12-31 23:59:59.999999 UTC. There's a one-off rounding issue and the BigQuery Java client returns 253402300800.0 instead of the expected 253402300799.999999. This is a known issue: googleapis/java-bigquery#1648
Support below types in
BigQueryQueryPageSource
and add some tests in TestBigQueryTypeMapping.The text was updated successfully, but these errors were encountered: