[
https://issues.apache.org/jira/browse/ARROW-1625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17658658#comment-17658658
]
Rok Mihevc commented on ARROW-1625:
-----------------------------------
This issue has been migrated to [issue
#17636|https://github.com/apache/arrow/issues/17636] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> [Serialization] Support OrderedDict properly
> --------------------------------------------
>
> Key: ARROW-1625
> URL: https://issues.apache.org/jira/browse/ARROW-1625
> Project: Apache Arrow
> Issue Type: Bug
> Components: Python
> Reporter: Philipp Moritz
> Assignee: Philipp Moritz
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.8.0
>
>
> At the moment what happens when we serialize an OrderedDict and then
> deserialize it, it will become a normal dict! This can be reproduced with
> {code}
> import pyarrow
> import collections
> d = collections.OrderedDict([("hello", 1), ("world", 2)])
> type(pyarrow.serialize(d).deserialize())
> {code}
> which will return "dict". See also
> https://github.com/ray-project/ray/issues/1034.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)