You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Dayue Gao (JIRA)" <ji...@apache.org> on 2016/10/20 10:34:58 UTC

[jira] [Resolved] (KYLIN-2115) some extended column query returns wrong answer

     [ https://issues.apache.org/jira/browse/KYLIN-2115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dayue Gao resolved KYLIN-2115.
------------------------------
       Resolution: Fixed
    Fix Version/s: v1.6.0

fixed in https://github.com/apache/kylin/commit/bec4a888cbacf1db1dca81a50919c935b7cb1d96

> some extended column query returns wrong answer
> -----------------------------------------------
>
>                 Key: KYLIN-2115
>                 URL: https://issues.apache.org/jira/browse/KYLIN-2115
>             Project: Kylin
>          Issue Type: Bug
>          Components: General
>    Affects Versions: v1.5.4, v1.5.4.1
>            Reporter: Dayue Gao
>            Assignee: Dayue Gao
>            Priority: Critical
>             Fix For: v1.6.0
>
>
> KYLIN-1979 introduces a bug, which can cause extended column query returns wrong result if user defines more than one extended column metrics.
> {noformat}
> 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)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)