Uploaded image for project: 'Apache Lens (Retired)'
  1. Apache Lens (Retired)
  2. LENS-1459

Time union candidate creation phase is creating a combination with redundant candidates

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • None
    • cube
    • None

    Description

      After the optimization in LENS-1452, Combinations as mentioned in the jira summary can get created. Say the time range queried is [f, t), Candidate a and b can cover [f, m) and candidate c can cover [m, t). Say a Union candidate is represented as U(cand1, cand2,...). Then the code creates U(a,b,c), U(a,c) and U(b,c). If U(a,b,c) is picked as final candidate, then one of a or b doesn't resolve partitions and time_range_in clause is left as it is for that.

      Attachments

        1. LENS-1459.2017-08-16_16:28:29.patch
          1 kB
          Rajat Khandelwal

        Activity

          People

            prongs Rajat Khandelwal
            prongs Rajat Khandelwal
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: