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

Query visualization does not support numeric fields as dimensions

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • v4.0.1
    • None
    • Query Engine
    • None

    Description

      Here are two tables:

      table 1 ,dept:

      column type
      deptno int
      dname    string
      loc   int

      table 2 ,emp:

      column type
      empno   int
      ename string
      job   string
      sal   double
      deptno   int

      sql:

       

      select job,loc,sum(sal) sum_sal from emp e inner join dept d on d.deptno = e.deptno group by job,loc;

       

      When visualizing, kylin will use loc fields as metrics, not dimensions
       

      Attachments

        Activity

          People

            Unassigned Unassigned
            qingquan qingquanzhang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: