[
https://issues.apache.org/jira/browse/HBASE-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13767000#comment-13767000
]
Nick Dimiduk commented on HBASE-9364:
-------------------------------------
bq. You going to commit Nick Dimiduk (Looked fine on skim)
[~stack]
That's the plan, pending a more informed approval of the {{KeyValue}} change.
Lacking Mr. [~hadoopqa], I'm running through the full suite locally. Just
passed hadoop2 profile, now running hadoop1.
FWIW, I agree with [~avandana] on the point of no specified qualifier vs empty
qualifier.
>From HEAD of 0.94:
{noformat}
hbase(main):002:0> create 'foo', 'f1'
0 row(s) in 1.1630 seconds
hbase(main):003:0> put 'foo', 'r1', 'f1:bar', 'baz'
0 row(s) in 0.1010 seconds
hbase(main):004:0> put 'foo', 'r1', 'f1:', 'empty!'
0 row(s) in 0.0810 seconds
hbase(main):005:0> scan 'foo'
ROW COLUMN+CELL
r1 column=f1:,
timestamp=1379108356015, value=empty!
r1 column=f1:bar,
timestamp=1379105984271, value=baz
1 row(s) in 0.1190 seconds
{noformat}
> Get request with multiple columns returns partial results
> ---------------------------------------------------------
>
> Key: HBASE-9364
> URL: https://issues.apache.org/jira/browse/HBASE-9364
> Project: HBase
> Issue Type: Bug
> Components: REST
> Affects Versions: 0.94.11
> Reporter: Vandana Ayyalasomayajula
> Assignee: Vandana Ayyalasomayajula
> Priority: Minor
> Fix For: 0.98.0, 0.96.0
>
> Attachments: HBASE-9364.00.patch, HBASE-9364.01.patch,
> hbase-9364_trunk.00.patch, HBASE-9364_trunk.01.patch,
> HBASE-9364_trunk.02.patch, HBASE-9364_trunk.02.patch,
> HBASE-9364_trunk.03.patch, HBASE-9364_trunk.03.patch
>
>
> When a GET request is issue for a table row with multiple columns and columns
> have empty qualifier like f1: , results for empty qualifiers is being
> ignored.
--
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