You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hm, I didn't catch this in the Row model when I was updating the project. Either way, HBase::Model::Row should not have the attribute "timestamp" associated to it. Timestamps exist only at the column level (HBase::Model::Column), and this is from the design of BigTable. In the next update of hbase-ruby, I'll be removing the timestamp attribute from the Row model.
If you're curious as to where the timestamp is getting set on the Column objects, it's on line 28 of lib/hbase/response/row_response.rb.
Perhaps I'm misunderstanding something, but timestamps are not working the way I would expect them to
From the source I don't see where this column timestamp gets set, and I'm confused as to why the row timestamp is nil
The text was updated successfully, but these errors were encountered: