Conversation
|
|
happybase/table.py
Outdated
There was a problem hiding this comment.
Perhaps counters_inc is a better name? And can you move it below counter_dec for clarity?
There was a problem hiding this comment.
Yes, I agree and I will move it below counter_dec.
|
Hi, thanks for working on this. I've added a few questions/comments. Any chance you can add some tests? |
|
Sure, and I found some conventional problem on PEP8 styles(e.g. line break 79bytes, etc..). |
- Renaming method counter_incs to counters_inc - Add nose tests for counters_inc
- Renaming method counter_incs to counters_inc - Add nose tests for counters_inc
|
|
|
|
|
@wbolster Hi would you review this commit? |
|
Thanks for working on this. See comments about using a |
|
|
|
I applied eventually ;) |
|
|
|
@wbolster Hi, I wonder do you mind to merge ;) and one question would you have plan happybase version2 for thrift2 protocol |
|
Any progress on this, It would be great If i can increase counters in bulk. |
related: #35
I am not sure that is proper way, but at least it works.