We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to use the RequestResponseIO with the python SDK. I've made my test by re-implementing the test from https://github.com/apache/beam/blob/master/sdks/python/apache_beam/io/requestresponse_it_test.py
You can find test test code and error logs at https://gist.github.com/zaibon/a5d6df6d8192a3ba6e72496e8d2531f4
Running the code raises a pickle error due to the usage of _abc._abc_data that comes from the Caller class itself:
_abc._abc_data
Caller
beam/sdks/python/apache_beam/io/requestresponse.py
Line 117 in 202fa56
Priority: 2 (default / most bugs should be filed as P2)
The text was updated successfully, but these errors were encountered:
Same issue here. Any update for this bug?
Sorry, something went wrong.
Can you try --pickle_library=cloudpickle?
--pickle_library=cloudpickle
No branches or pull requests
What happened?
I'm trying to use the RequestResponseIO with the python SDK.
I've made my test by re-implementing the test from https://github.com/apache/beam/blob/master/sdks/python/apache_beam/io/requestresponse_it_test.py
You can find test test code and error logs at https://gist.github.com/zaibon/a5d6df6d8192a3ba6e72496e8d2531f4
Running the code raises a pickle error due to the usage of
_abc._abc_data
that comes from theCaller
class itself:beam/sdks/python/apache_beam/io/requestresponse.py
Line 117 in 202fa56
Issue Priority
Priority: 2 (default / most bugs should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: