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

Order by on fact table not works correctly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • v0.7.1
    • Query Engine

    Description

      User reported one bug:
      https://groups.google.com/forum/#!topic/kylin-olap/L_Z_0nYWUYo

      1, normal sql
      select * from nameid
      CONTENT_ID CONTENT_NAME COUNT__
      1002 ane
      1001 joe
      1000 tom
      1000 tom1
      1000 tom2

      2, problem sql
      select * from nameid order by content_id
      CONTENT_ID CONTENT_NAME COUNT__
      1000 tom2
      1000 tom2
      1000 tom2
      1000 tom2
      1000 tom2

      ---------------- Imported from GitHub ----------------
      Url: https://github.com/KylinOLAP/Kylin/issues/363
      Created by: lukehan
      Labels: bug,
      Assignee: binmahone
      Created at: Wed Jan 07 23:24:15 CST 2015
      State: open

      Attachments

        Activity

          People

            liyang.gmt8@gmail.com liyang
            lukehan Luke Han
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: