You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by "hongbin ma (JIRA)" <ji...@apache.org> on 2015/08/07 02:39:45 UTC

[jira] [Updated] (KYLIN-905) Boolean type not supported

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

hongbin ma updated KYLIN-905:
-----------------------------
           Sprint: Sprint 46
    Fix Version/s:     (was: v0.7.3)

> Boolean type not supported
> --------------------------
>
>                 Key: KYLIN-905
>                 URL: https://issues.apache.org/jira/browse/KYLIN-905
>             Project: Kylin
>          Issue Type: Bug
>          Components: Query Engine
>    Affects Versions: v0.7.1
>            Reporter: hongbin ma
>            Assignee: hongbin ma
>             Fix For: v0.8.1
>
>
> exception while executing query: java.lang.String cannot be cast to
> java.lang.Boolean
> Query: SELECT "ORDERDETAILS"."ORDERID", "PRODUCTS"."DISCONTINUED",
> SUM("FACTTABLE".UNITPRICE) FROM "0B4C4DB484C5BB3AEC45A397"."FACTTABLE"
> INNER JOIN "0B4C4DB484C5BB3AEC45A397"."ORDERDETAILS" ON
> ("FACTTABLE"."ORDERDETAILS_FKEY" = "ORDERDETAILS"."ORDERDETAILS_PKEY")
> INNER JOIN "0B4C4DB484C5BB3AEC45A397"."PRODUCTS" ON
> ("FACTTABLE"."PRODUCTS_FKEY" = "PRODUCTS"."PRODUCTS_PKEY") GROUP BY
> "ORDERDETAILS"."ORDERID", "PRODUCTS"."DISCONTINUED"
> OrderID: Int
> Discontinued: Boolean
> UnitPrice: Double



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