[ https://issues.apache.org/jira/browse/BEAM-12975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Hulette updated BEAM-12975: --------------------------------- Fix Version/s: Not applicable Resolution: Fixed Status: Resolved (was: Open) Thanks [~tswast]! > PythonLint PreCommit is broken > ------------------------------ > > Key: BEAM-12975 > URL: https://issues.apache.org/jira/browse/BEAM-12975 > Project: Beam > Issue Type: Improvement > Components: test-failures > Reporter: Brian Hulette > Priority: P1 > Labels: currently-failing > Fix For: Not applicable > > > PythonLint precommit started failing in the last build: > https://ci-beam.apache.org/job/beam_PreCommit_PythonLint_Cron/2859 > Failure is in py37-mypy: > {code} > 05:09:46 apache_beam/testing/load_tests/load_test_metrics_utils.py:51: error: > unused 'type: ignore' comment > 05:09:46 apache_beam/testing/load_tests/load_test_metrics_utils.py:55: error: > Incompatible types in assignment (expression has type "None", variable has > type Module) [assignment] > 05:09:46 apache_beam/testing/load_tests/load_test_metrics_utils.py:56: error: > Cannot assign to a type [misc] > 05:09:46 apache_beam/testing/load_tests/load_test_metrics_utils.py:56: error: > Incompatible types in assignment (expression has type "None", variable has > type "Type[SchemaField]") [assignment] > {code} > I think this can be attributed to a minor version upgrade in > google-cloud-bigquery (possibly they added typehints?). Failing build is > using google-cloud-bigquery==2.27.0, while the previous passing build is > using 2.26.0. -- This message was sent by Atlassian Jira (v8.3.4#803005)