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

Adds msgpack as a blaze server serial format #1122

Merged
merged 2 commits into from
Jun 11, 2015

Conversation

llllllllll
Copy link
Member

The server tests test against this format also because it is in all_formats.

Adds the msgpack format as discussed here: #982

I didn't see msgpack in the requirements so I made it optional.

@@ -2,7 +2,12 @@
from functools import partial
import json as json_module

from ..compatibility import pickle, unicode
try:
import msgpack as msgpack_module
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest grabbing the implementation in pandas.msgpack. It's a bit faster.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sounds good

@cpcloud cpcloud added this to the 0.8.1 milestone Jun 11, 2015
@cpcloud
Copy link
Member

cpcloud commented Jun 11, 2015

does this get tested automatically?

@llllllllll
Copy link
Member Author

The tests are parameterized over all_formats so all the server tests are run against all formats

@cpcloud
Copy link
Member

cpcloud commented Jun 11, 2015

cool

@cpcloud
Copy link
Member

cpcloud commented Jun 11, 2015

merge when ready

llllllllll added a commit that referenced this pull request Jun 11, 2015
Adds msgpack as a blaze server serial format
@llllllllll llllllllll merged commit 4bae37d into blaze:master Jun 11, 2015
@llllllllll llllllllll deleted the msgpack-server-serial branch June 11, 2015 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants