Uploaded image for project: 'Apache Blur'
  1. Apache Blur
  2. BLUR-174

Respect family order from given selector

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.2.0
    • 0.2.0
    • Blur
    • None

    Description

      We need to respect the order of the families in the selector. For instance if a table contains 3 families, "cf1","cf2", and "cf3". And a fetch (during a query or a fetch call) is performed and the order of the families are "cf2", "cf1" then all the records from the Row that contain "cf2" should come before "cf1".

      Changes needed:
      The families in the Selector object in thrift need to be changed from a set to a list.
      The fetchDocuments method in the BlurUtil class in blur-core needs to be modified to respect the family order.

      Attachments

        Activity

          People

            gagan Gagandeep Singh
            amccurry Aaron McCurry
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: