Skip to content
New issue

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

[Python] pyarrow.serialize cannot serialize a Python dict input #17446

Closed
asfimport opened this issue Aug 28, 2017 · 3 comments
Closed

[Python] pyarrow.serialize cannot serialize a Python dict input #17446

asfimport opened this issue Aug 28, 2017 · 3 comments

Comments

@asfimport
Copy link

Currently this function only properly handles lists or list-like objects

Reporter: Wes McKinney / @wesm

Note: This issue was originally created as ARROW-1421. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Wes McKinney / @wesm:
One possibility here is that we could wrap any input to pyarrow.serialize in a list (even other lists), and then unbox on deserialize

@asfimport
Copy link
Author

Philipp Moritz / @pcmoritz:
Yeah, that's a good way to do it; that's what we do for PlasmaClient.put and PlasmaClient.get but you are right, it should be done on the lower level of serialize and deserialize. I can create a PR.

@asfimport
Copy link
Author

Uwe Korn / @xhochy:
Issue resolved by pull request 1005
#1005

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant