You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "hongbin ma (JIRA)" <ji...@apache.org> on 2016/09/13 03:25:20 UTC

[jira] [Created] (KYLIN-2011) Query without order by should not leverage topn measure

hongbin ma created KYLIN-2011:
---------------------------------

             Summary: Query without order by should not leverage topn measure
                 Key: KYLIN-2011
                 URL: https://issues.apache.org/jira/browse/KYLIN-2011
             Project: Kylin
          Issue Type: Bug
            Reporter: hongbin ma
            Assignee: hongbin ma
            Priority: Minor


sql_topn/query45.sql:


select seller_id, sum(price) as s from test_kylin_fact
  where lstg_format_name='FP-GTC' 
  group by seller_id


this query does not have order by, however it will still leverage topn measure. Since topn use double encoding instead of decimal encoding, there's precision  loss.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)