Skip to content

Conversation

@tseaver
Copy link
Contributor

@tseaver tseaver commented Aug 5, 2016

Follow-on to #2058.

@tseaver tseaver added the api: bigquery Issues related to the BigQuery API. label Aug 5, 2016
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 5, 2016
@tseaver
Copy link
Contributor Author

tseaver commented Aug 8, 2016

@dhermes PTAL.

"""
if not (isinstance(value, six.string_types)
and value.upper() == "DAY") and value is not None:
if value not in ['DAY', None]:

This comment was marked as spam.

This comment was marked as spam.

@dhermes
Copy link
Contributor

dhermes commented Aug 9, 2016

New changes LGTM. I wonder why types.NoneType is missing in Py3. Feel free to merge after fixing that attribute error. Squash if you can.

@dhermes
Copy link
Contributor

dhermes commented Aug 9, 2016

tseaver added 2 commits August 9, 2016 12:37
Reduces lines in 'test_table.py' to appease pylint's arbitrary ceiling.
@tseaver
Copy link
Contributor Author

tseaver commented Aug 9, 2016

I've rebased to master to get the tests fixed (after merging #2065). I will merge when Travis passes.

@dhermes
Copy link
Contributor

dhermes commented Aug 9, 2016

@tseaver FYI Travis has passed

@tseaver tseaver merged commit 4dbd7f9 into googleapis:master Aug 9, 2016
@tseaver tseaver deleted the bigquery-partition-tidy branch August 9, 2016 18:40
@dhermes dhermes mentioned this pull request Sep 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigquery Issues related to the BigQuery API. cla: yes This human has signed the Contributor License Agreement.

4 participants