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

Add support for multiple column families in Get, Put and Delete requests #74

Closed
adityakishore opened this issue Jan 17, 2014 · 2 comments

Comments

@adityakishore
Copy link
Contributor

HBase supports row level consistency which means reads and updates to concerning a single row but containing multiple column families will see a consistent view of the row if sent as a single RPC.

AsyncHBase library currently lacks this feature.

@adityakishore
Copy link
Contributor Author

Patch available at adityakishore@cef2cdc. Applies on top of tsuna@bc1db42

@adityakishore
Copy link
Contributor Author

Closing as duplicate of #76

@tsuna tsuna added this to the v1.7.0 milestone Sep 30, 2014
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

2 participants