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

Metric multiplication and metric division not working in query

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Blocker
    • Resolution: Unresolved
    • None
    • None
    • Query Engine
    • None
    • Important

    Description

      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

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            gladson.vas Gladson Vas
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: