You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Gladson Vas (JIRA)" <ji...@apache.org> on 2019/04/22 18:46:00 UTC

[jira] [Updated] (KYLIN-3966) Metric multiplication and metric division not working in query

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

Gladson Vas updated KYLIN-3966:
-------------------------------
    Priority: Blocker  (was: Major)

> Metric multiplication and metric division not working in query
> --------------------------------------------------------------
>
>                 Key: KYLIN-3966
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3966
>             Project: Kylin
>          Issue Type: Bug
>          Components: Query Engine
>            Reporter: Gladson Vas
>            Priority: Blocker
>
> When i try to multiply or divide 2 metric columns in a query
> eg: select col1*col2 from table 
> select col1/col2 from table.
> it throws the following errors
> That both of the two sides of the BinaryTupleExpression own columns is not supported for * while executing SQL
> That both of the two sides of the BinaryTupleExpression own columns is not supported for / while executing SQL.
> But when i use the + or - operators in the query it seems to be working fine.
> Is there any way to support these 2 operators as well?
> Thanks,
> Gladson
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)