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): add range partitioning to tables, load jobs, and query jobs #9477

Merged
merged 7 commits into from
Oct 18, 2019

Commits on Oct 15, 2019

  1. feat(bigquery): add range partitioning to tables, load jobs, and quer…

    …y jobs
    
    These classes and properties add support for the integer range
    partitioning feature. These offer more flexibility in partitioning
    options than time-based partitioning.
    tswast committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    2fed3bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b27f80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eacb9d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. Configuration menu
    Copy the full SHA
    f04153f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bb5d8b View commit details
    Browse the repository at this point in the history
  3. Revert "Rename PartitionRange to RangeDefinition"

    This reverts commit 9bb5d8b.
    tswast committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    2cc6443 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1225ee View commit details
    Browse the repository at this point in the history