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

Support new 'date' and 'time' types in Cassandra #241

Merged
merged 1 commit into from
Mar 3, 2015

Conversation

aholmberg
Copy link
Contributor

CASSANDRA-7523
PYTHON-190

@@ -22,6 +22,7 @@ def _make_packer(format_string):
unpack = lambda s: packer.unpack(s)[0]
return pack, unpack

uint32_pack, uint32_unpack = _make_packer('I')
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Why no explicit big-endian '>' ?

@aholmberg
Copy link
Contributor Author

I put a couple of comments on the diff. @josh-mckenzie would you consider rebasing to squash out some of the 'cleanup print'-type commits?
Otherwise I can rebase and tweak myself.

@jmckenzie-dev
Copy link
Contributor

Sure thing - I'll try to get to that today and push updates.

@jmckenzie-dev
Copy link
Contributor

Removed debug print, removed redundant uint32_pack that was missing endianness, squashed to single commit, and branch is updated.

@aholmberg
Copy link
Contributor Author

@josh-mckenzie I'd like to get an idea for where this C* issue lands in your list of priorities. Are you gunning for next 2.1.x release with this?

@aholmberg aholmberg merged commit 8562fd0 into datastax:master Mar 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants