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

[Timestamp] Use microsecond precision to support full range of BigQuery timestamps #7

Merged
merged 1 commit into from Jan 25, 2024

Conversation

ohaibbq
Copy link

@ohaibbq ohaibbq commented Jan 25, 2024

We were previously encoding / decoding timestamp values using nanoseconds, which only covers a partial range of the supported timestamps as we hit the lowest / highest allowed int64 values more quickly.

Since BigQuery only supports microsecond precision, this switches us to it.

Closes Recidiviz/recidiviz-data#21149

Copy link

@ageiduschek ageiduschek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yay!

@ohaibbq ohaibbq merged commit e51b344 into candidate/rb20240116 Jan 25, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants