[
https://issues.apache.org/jira/browse/KYLIN-509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
liyang resolved KYLIN-509.
--------------------------
Resolution: Fixed
> Order by on fact table not works correctly
> ------------------------------------------
>
> Key: KYLIN-509
> URL: https://issues.apache.org/jira/browse/KYLIN-509
> Project: Kylin
> Issue Type: Bug
> Components: Query Engine
> Reporter: Luke Han
> Assignee: liyang
> Labels: github-import
> Fix For: v0.7.1
>
>
> 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|https://github.com/lukehan]
> Labels: bug,
> Assignee: [binmahone|https://github.com/binmahone]
> Created at: Wed Jan 07 23:24:15 CST 2015
> State: open
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)