kennknowles commented on PR #22479:
URL: https://github.com/apache/beam/pull/22479#issuecomment-1230950722

   https://ci-beam.apache.org/job/beam_PreCommit_Python_Phrase/3089/
   
   ```
   
apache_beam.runners.portability.fn_api_runner.fn_runner_test.FnApiRunnerTestWithGrpcAndMultiWorkers.test_pardo_large_input
 
   
   >       raise RuntimeError(result.error)
   E       RuntimeError: Traceback (most recent call last):
   E         File 
"/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Phrase/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/apache_beam/runners/worker/sdk_worker.py",
 line 284, in _execute
   E           response = task()
   E         File 
"/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Phrase/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/apache_beam/runners/worker/sdk_worker.py",
 line 357, in <lambda>
   E           lambda: self.create_worker().do_instruction(request), request)
   E         File 
"/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Phrase/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/apache_beam/runners/worker/sdk_worker.py",
 line 598, in do_instruction
   E           getattr(request, request_type), request.instruction_id)
   E         File 
"/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Phrase/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/apache_beam/runners/worker/sdk_worker.py",
 line 635, in process_bundle
   E           bundle_processor.process_bundle(instruction_id))
   E         File 
"/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Phrase/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/apache_beam/runners/worker/bundle_processor.py",
 line 1004, in process_bundle
   E           element.data)
   E         File 
"/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Phrase/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/apache_beam/runners/worker/bundle_processor.py",
 line 226, in process_encoded
   E           input_stream, True)
   E         File "apache_beam/coders/coder_impl.py", line 1445, in 
apache_beam.coders.coder_impl.WindowedValueCoderImpl.decode_from_stream
   E           def decode_from_stream(self, in_stream, nested):
   E         File "apache_beam/coders/coder_impl.py", line 1463, in 
apache_beam.coders.coder_impl.WindowedValueCoderImpl.decode_from_stream
   E           pane_info = self._pane_info_coder.decode_from_stream(in_stream, 
True)
   E         File "apache_beam/coders/coder_impl.py", line 1382, in 
apache_beam.coders.coder_impl.PaneInfoCoderImpl.decode_from_stream
   E           raise NotImplementedError('Invalid PaneInfoEncoding: %s' % 
encoding_type)
   E       NotImplementedError: Invalid PaneInfoEncoding: 6
   
   apache_beam/runners/portability/fn_api_runner/fn_runner.py:1348: RuntimeError
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to