Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0-alpha-1, 2.0.0
-
None
-
None
-
Reviewed
Description
There are two ways to specify columns in multi-gets feature。
1、Specify columns in PathParam as described in HBASE-15870. Examples:
GET /t1/multiget/cf1:c1,cf2?row=r1
2、Specify columns in QueryParam. Examples:
GET /t1/multiget?row=r1/cf1:c1,cf2&row=r2/cf2
However, when we specify columns in QueryParam, the result is wrong , the rowkey contains the columns.