Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPC results are difficult to use #14

Open
CurleySamuel opened this issue Sep 26, 2015 · 0 comments
Open

RPC results are difficult to use #14

CurleySamuel opened this issue Sep 26, 2015 · 0 comments

Comments

@CurleySamuel
Copy link
Owner

Currently very little structure to the returned data. We literally take all the cells that HBase spits out and spit it back at the user as a relatively arbitrary list of embedded lists. _flatten_cells was a small helper function I wrote to test the number of cells returned to make writing tests easier.

We should offer various functions to parse the returned results. Parse everything into a dictionary by key/column/column-family? Embed lists by rows (all cells in the same row will be in the same sublist)? Even offer "getRowFromResult" or similar functions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant