You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Dmytro Kozhevin (Jira)" <ji...@apache.org> on 2021/05/05 02:08:00 UTC

[jira] [Created] (BEAM-12284) beam.Create should respect element coder during pickling

Dmytro Kozhevin created BEAM-12284:
--------------------------------------

             Summary: beam.Create should respect element coder during pickling
                 Key: BEAM-12284
                 URL: https://issues.apache.org/jira/browse/BEAM-12284
             Project: Beam
          Issue Type: Bug
          Components: sdk-py-core
            Reporter: Dmytro Kozhevin
            Assignee: Dmytro Kozhevin


beam.Create stores values to create as a field. If the values can't be pickled, then the transform itself can't be pickled and transferred for remote execution. Instead it should encode/decode elements using the element coders during pickling/unpickling.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)