junegunn / hbase-jruby

A JRuby binding for HBase
MIT License
38 stars 14 forks source link

Support setting one timestamp for all columns #41

Closed xakaseanx closed 8 years ago

xakaseanx commented 8 years ago

Hello,

We would like to add these changes to provide a way to set a specified timestamp on all columns. We can move the log4j commits to a different pull request, or remove them all together, if you would like. Please let us know your preference. Thanks for taking a look!

junegunn commented 8 years ago

Thanks, it's been a while since I worked on this library and I noticed a few errors in the test code and fixed it; see 8883aafb000fe91f16bf70800ab954d34b25afe5. I just removed the log4j test case you addressed since the assertion in there was not testing anything, so the related changes are no longer necessary. I cherry-picked the relevant commits. Will release a new version shortly.

junegunn commented 8 years ago

Pushed 0.7.1 with the change to rubygems. Thanks.