Uploaded image for project: 'Kylin'
  1. Kylin
  2. KYLIN-2115

some extended column query returns wrong answer

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • v1.5.4, v1.5.4.1
    • v1.6.0
    • Others
    • None

    Description

      KYLIN-1979 introduces a bug, which can cause extended column query returns wrong result if user defines more than one extended column metrics.

      Example: let's define two extended columns
      1. metricA(host=h1, extend=e1)
      2. metricB(host=h2, extend=e2).
      
      "select h1, e1 ... group by h1,e1" correct.
      "select h1, e1, h2, e2 ... group by h1,e1, h2, e2" correct.
      "select h2, e2 ... group by h2, e2" wrong. (column e2 is empty)
      
      

      Attachments

        Activity

          People

            gaodayue Dayue Gao
            gaodayue Dayue Gao
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: