wenhao created HBASE-26692:
------------------------------

             Summary: [HBase-Client] In some cases, no value is obtained using 
method Result.getValue()
                 Key: HBASE-26692
                 URL: https://issues.apache.org/jira/browse/HBASE-26692
             Project: HBase
          Issue Type: Bug
          Components: Client
    Affects Versions: 2.0.0
            Reporter: wenhao


Results are not sorted during the query by Result.getValue(). As a result, 
existing values cannot be queried.

In normal cases, the results by get or scan are sorted and this problem does 
not occur. However, in some cases, such as when the HFile file is read by MR 
and the cells obtained are combined as result by rowkey, there is no sorting.  
Result.getvalue (byte [] family, byte [] qualifier) is null.  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to