-
Notifications
You must be signed in to change notification settings - Fork 370
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
HBase API: Fix partial row scan #3285
Conversation
Hi @THISisZOLI and thanks a lot for contributing. It is really appreciated. We will have a look at this soon as possible. |
@ranade1 @amitsrivastava @wing2fly @quadoss Can someone please take a look at this change? |
This PR is stale because it has been open 45 days with no activity and is not labeled "Prevent stale". Remove "stale" label or comment or this will be closed in 10 days. |
Hi guys, this PR have been waiting too long now. Can someone please have a look? @ranade1 @amitsrivastava @wing2fly @quadoss |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Hope you have tested it on your env.
Hey @THISisZOLI, can you please fix the linting for the change? |
This PR is stale because it has been open 45 days with no activity and is not labeled "Prevent stale". Remove "stale" label or comment or this will be closed in 10 days. |
What changes were proposed in this pull request?
Scrolling to the end of a row in the HBase view calls the
getRowPartial()
function to load in the other cells of the respective row, however currently the API uses a bad filter expression which results in corrupted data (cells of other rows) appearing in the row.How was this patch tested?
row2
while we want results only fromrow1
:row1
: