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

feat(bigquery): switch all timestamp representations to int64 usec #9368

Merged
merged 4 commits into from Feb 5, 2024

Commits on Feb 5, 2024

  1. feat(bigquery): switch all timestamp representations to int64 usec

    With the recent resolutions to the discovery representation, we
    now correctly propagate the options for controlling timestamp
    representation.  This PR forces all usages to lossless representations.
    shollyman committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    65b88c1 View commit details
    Browse the repository at this point in the history
  2. unit tests

    shollyman committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    bde5d37 View commit details
    Browse the repository at this point in the history
  3. updates to impl/tests

    shollyman committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    2fcbc74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d305a05 View commit details
    Browse the repository at this point in the history