Details
-
Bug
-
Status: Resolved
-
P0
-
Resolution: Fixed
-
2.1.0
-
None
Description
Started at: https://builds.apache.org/view/Beam/job/beam_PostCommit_Python_Verify/2660/
Likekly cuplrit: https://github.com/apache/beam/pull/3497
Dataflow job succeeds: https://console.cloud.google.com/dataflow/job/2017-07-05_17_12_30-9257778732971419782?project=apache-beam-testing
Validation fails:
root: WARNING: Retry with exponential backoff: waiting for 4.03512626532 seconds before retrying _query_with_retry because we caught exception: ValueError: too many values to unpack
Traceback for above exception (most recent call last):
File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/utils/retry.py", line 168, in wrapper
return fun(*args, **kwargs)
File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/io/gcp/tests/bigquery_matcher.py", line 95, in _query_with_retry
rows, _, page_token = query.fetch_data(page_token=page_token)
cc: markflyhigh