tolitius / cbass

adding "simple" to HBase
Eclipse Public License 1.0
24 stars 11 forks source link

fix limit handling in scan #17

Closed jefimm closed 4 years ago

jefimm commented 4 years ago

The limit of the scan should be handled by the HBase scan and not by pulling all the data from the HBase and limiting it in memory

tolitius commented 4 years ago

yep, makes sense. when it was written setLimit was not a thing.

Are there any corner cases with setLimit?

I'll merge it, but won't be able to release until Thursday (traveling).

jefimm commented 4 years ago

Any chance of releasing this fix?

tolitius commented 4 years ago

my bad: it's in [cbass "0.2.5"]