gohbase icon indicating copy to clipboard operation
gohbase copied to clipboard

Pure-Go HBase client

Results 64 gohbase issues
Sort by recently updated
recently updated
newest added

when scanner.Next() called, the client crash with error: index out of range the reason is when i scan the table, the count of CellsPerResult is n (n>0), the count of...

Older hbase versions (e.g. 1.0.x) do not support partials. If partials aren't provided by the regionserver then treat the cell results as complete. Closes #81

how to set cache_blocks to false?

Hello, I have a table that can have an optional column attribute like: metadata:safe. Some of the rows do not have this set and I'd like to write a scan...

some fixes: 1. do not close scanner when `rpc.closeScanner` is `true`, e.g., after scanning `hbase:meta` table. 2. close scanner of the region when we have done with it. 3. save...

Set a filter (using stopRow and startRow) so the result set only contains rows where the rowKey starts with the specified prefix