[ 
https://issues.apache.org/jira/browse/HBASE-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vandana Ayyalasomayajula updated HBASE-9364:
--------------------------------------------

    Release Note: The behavior of retrieving values of all the qualifiers of a 
column family has been changed. Until now, "columnfamily: " ,  used to fetch 
all the values belonging to all the qualifiers of a column family, but now on 
it means empty qualifier. To retrieve all the qualifier values, just the column 
family has to be specified.  In summary specifying only the column family will 
retrieve all the values associated with all the column qualifiers and 
specifying "<columnfamily>: "  means retrieving value associated with an empty 
qualifier.  (was: The behavior of retrieving values of all the qualifiers of a 
column family has been changed. Until now, "columnfamily: " ,  used to fetch 
all the values belonging to all the qualifiers of a column family, but now on 
it means empty qualifier. To retrieve all the qualifier values, just the column 
family has to be specified.  In summary specifying only the column family will 
retrieve all the values associated with all the column qualifiers and 
specifying "<columnfamily>: :  means retrieving value associated with an empty 
qualifier.)
    
> 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
>         Attachments: HBASE-9364.00.patch, HBASE-9364.01.patch, 
> hbase-9364_trunk.00.patch, HBASE-9364_trunk.01.patch, 
> HBASE-9364_trunk.02.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

Reply via email to