[
https://issues.apache.org/jira/browse/HBASE-9375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13760727#comment-13760727
]
Nick Dimiduk commented on HBASE-9375:
-------------------------------------
Please provide a patch vs trunk. [~apurtell] [~lhofhansl] do you have a problem
with this change going into 0.94?
What's the intention of this yield?
{noformat}
+ assertEquals(response.getCode(), 200);
+ Thread.yield();
+ response = getValueXML(TABLE, ROW_1, COLUMN_1);
{noformat}
> [REST] Querying row data gives all the available versions of a column
> ---------------------------------------------------------------------
>
> Key: HBASE-9375
> URL: https://issues.apache.org/jira/browse/HBASE-9375
> Project: HBase
> Issue Type: Bug
> Components: REST
> Affects Versions: 0.94.11
> Reporter: Vandana Ayyalasomayajula
> Assignee: Vandana Ayyalasomayajula
> Priority: Minor
> Attachments: HBASE-9375.00.patch
>
>
> In the hbase shell, when a user tries to get a value related to a column,
> hbase returns only the latest value. But using the REST API returns
> HColumnDescriptor.DEFAULT_VERSIONS versions by default.
> The behavior should be consistent with the hbase shell.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira