Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-1924

[Python] Bring back pickle=True option for serialization

    XMLWordPrintableJSON

Details

    Description

      We need to revert https://issues.apache.org/jira/browse/ARROW-1758

      The reason is that the semantics for pickle=True is slightly different from just using (cloud-)pickle as the custom serializer:

      If pickle=True is used, the object can be deserialized in any process, even if a deserializer for that type_id has not been registered in that process. On the other hand, if (cloud-)pickle is used as a custom serializer, the object can only be deserialized if pyarrow has the type_id registered and can call the deserializer.

      Attachments

        Issue Links

          Activity

            People

              pcmoritz Philipp Moritz
              pcmoritz Philipp Moritz
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: