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

ARROW-1654: [Python] Implement pickling for DataType, Field, Schema #1238

Closed
wants to merge 4 commits into from

Conversation

wesm
Copy link
Member

@wesm wesm commented Oct 23, 2017

No description provided.

Change-Id: Ie9535b8ddd1fdbc14413a37c9e2e1ebf28853501
Change-Id: Ie601bfa6860e9f4c7d57e11d5bc63f6e21d386f5
…metadata

Change-Id: Ic914fc7e6670ee6fc5819a1e3c70ee7da649ec22
@wesm wesm changed the title ARROW-1654: [Python] Implement pickling for DataType, Field ARROW-1654: [Python] Implement pickling for DataType, Field, Schema Oct 23, 2017
@wesm
Copy link
Member Author

wesm commented Oct 23, 2017

This is completed

Copy link
Member

@BryanCutler BryanCutler left a comment

Choose a reason for hiding this comment

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

+1 thanks!

pa.time32('s'),
pa.time64('us'),
pa.date32(),
pa.date64(),
Copy link
Member

Choose a reason for hiding this comment

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

timestamp types should be fine as well right?

Copy link
Member Author

Choose a reason for hiding this comment

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

thought I had one, let me add

Change-Id: I3eda0285457bf18d87cdc2004676b19826edc099
@wesm wesm closed this in 935a3cf Oct 23, 2017
@wesm wesm deleted the ARROW-1654 branch October 23, 2017 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants