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

Prevent error when time partitioning is populated with empty dict #7904

Merged
merged 4 commits into from
May 9, 2019

Commits on May 8, 2019

  1. Prevent error when time partitioning is populated with empty dict

    As reported in internal bug 131167013, calling `table.time_partitioning`
    can sometimes fail with `KeyError: 'type'` when attempting to read this
    property on a non-partitioned table.
    tswast committed May 8, 2019
    Configuration menu
    Copy the full SHA
    7f4bc54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14a0495 View commit details
    Browse the repository at this point in the history
  3. Remove unused imports

    tswast committed May 8, 2019
    Configuration menu
    Copy the full SHA
    ee81b10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    daa9c62 View commit details
    Browse the repository at this point in the history