Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-9364

Get request with multiple columns returns partial results

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.94.11
    • 0.98.0, 0.96.0
    • REST
    • None
    • Reviewed
    • Hide
      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.
      Show
      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.
    • REST

    Description

      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.

      Attachments

        1. hbase-9364_trunk.00.patch
          9 kB
          Vandana Ayyalasomayajula
        2. HBASE-9364_trunk.01.patch
          14 kB
          Vandana Ayyalasomayajula
        3. HBASE-9364_trunk.02.patch
          15 kB
          Nick Dimiduk
        4. HBASE-9364_trunk.02.patch
          15 kB
          Vandana Ayyalasomayajula
        5. HBASE-9364_trunk.03.patch
          15 kB
          Nick Dimiduk
        6. HBASE-9364_trunk.03.patch
          15 kB
          Vandana Ayyalasomayajula
        7. HBASE-9364_trunk.04.patch
          11 kB
          Nick Dimiduk
        8. HBASE-9364.00.patch
          11 kB
          Vandana Ayyalasomayajula
        9. HBASE-9364.01.patch
          10 kB
          Vandana Ayyalasomayajula

        Issue Links

          Activity

            People

              avandana Vandana Ayyalasomayajula
              avandana Vandana Ayyalasomayajula
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: