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

Writes that provide time and sequence_number with null column values should have previous values deleted #62

Closed
pauldix opened this issue Nov 16, 2013 · 0 comments

Comments

@pauldix
Copy link
Member

pauldix commented Nov 16, 2013

For instance, if you write a point with val1 and val2 columns. Then you send a write for the same point (same time and sequence_number) and {"val1": "hi", "val2": null}, the write should set "val1" and delete the "val2" value.

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

No branches or pull requests

2 participants