Currently, HBaseResults does not reuse objects, where as AvroResult reuses them. Moreover, there is no method to reuse objects at hand, when using DataStore#get().
In short, we need to make reusing objects configurable, and it should be explicit whether objects are reused or not.
Currently, HBaseResults does not reuse objects, where as AvroResult reuses them. Moreover, there is no method to reuse objects at hand, when using DataStore#get().
In short, we need to make reusing objects configurable, and it should be explicit whether objects are reused or not.