Guangxu Cheng created HBASE-21132:
-------------------------------------

             Summary: return wrong result in rest multiget
                 Key: HBASE-21132
                 URL: https://issues.apache.org/jira/browse/HBASE-21132
             Project: HBase
          Issue Type: Bug
    Affects Versions: 2.0.0, 3.0.0
            Reporter: Guangxu Cheng
            Assignee: Guangxu Cheng


There are two ways to specify columns in multi-gets feature。

1、Specify columns in PathParam as described in HBASE-15870. Examples: 
{code:sh}GET /t1/multiget/cf1:c1,cf2?row=r1{code}
2、Specify columns in QueryParam. Examples:
{code:sh} GET /t1/multiget?row=r1/cf1:c1,cf2&row=r2/cf2 {code}

However, when we specify columns in QueryParam, the result is wrong , the 
rowkey contains the columns.





--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to