This LGTM. However, presubmits are failing because of lint: ``` 02:35:23 Running pylint for module apache_beam gen_protos.py setup.py test_config.py: 02:35:23 Using config file /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Commit@2/src/sdks/python/.pylintrc 02:36:15 ************* Module apache_beam.runners.worker.bundle_processor 02:36:15 C:168, 0: Line too long (86/80) (line-too-long) 02:36:15 02:36:15 -------------------------------------------------------------------- 02:36:15 Your code has been rated at 10.00/10 (previous run: 10.00/10, -0.00) 02:36:15 02:36:15 Command exited with non-zero status 16 02:36:15 370.00user 9.62system 0:51.58elapsed 735%CPU (0avgtext+0avgdata 319104maxresident)k 02:36:15 0inputs+200outputs (0major+668358minor)pagefaults 0swaps 02:36:15 ERROR: InvocationError for command '/usr/bin/time /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Commit@2/src/sdks/python/scripts/run_pylint.sh' (exited with code 16) 02:36:15 ___________________________________ summary ____________________________________ 02:36:15 ERROR: py27-lint: commands failed 02:36:15 02:36:15 > Task :beam-sdks-python:lintPy27 FAILED 02:36:15 :beam-sdks-python:lintPy27 (Thread[Task worker for ':' Thread 5,5,main]) completed. Took 1 mins 10.419 secs. ```
Please fix this and run postcommits before submitting. [ Full content available at: https://github.com/apache/beam/pull/6349 ] This message was relayed via gitbox.apache.org for [email protected]
