Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support missing type for query based page source in BigQuery #12346

Open
2 tasks
ebyhr opened this issue May 12, 2022 · 1 comment
Open
2 tasks

Support missing type for query based page source in BigQuery #12346

ebyhr opened this issue May 12, 2022 · 1 comment

Comments

@ebyhr
Copy link
Member

ebyhr commented May 12, 2022

Support below types in BigQueryQueryPageSource and add some tests in TestBigQueryTypeMapping.

  • bignumeric
  • timestamp with time zone
@nineinchnick
Copy link
Member

nineinchnick commented Jan 15, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants