[ 
https://issues.apache.org/jira/browse/KYLIN-2620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16838674#comment-16838674
 ] 

Na Zhai commented on KYLIN-2620:
--------------------------------

Use this SQL test: {code:sql}SELECT SELLER_ID, SUM(PRICE) FROM KYLIN_SALES
 group by SELLER_ID 
 order by SUM(PRICE), seller_id DESC limit 10;{code} It did not hit the top_n 
measure.
!sql.png!
!cube_desc.png!

> Check for "ORDER BY LIMIT" clause when rewrite SUM query as TOPN
> ----------------------------------------------------------------
>
>                 Key: KYLIN-2620
>                 URL: https://issues.apache.org/jira/browse/KYLIN-2620
>             Project: Kylin
>          Issue Type: Bug
>          Components: Measure - TopN
>            Reporter: Lin Tingmao
>            Assignee: Chao Long
>            Priority: Major
>             Fix For: Future, v3.0.0
>
>         Attachments: cube_desc.png, sql.png
>
>
> When running the following query
> select sum(measure) from table group by col_id
> if there exists TOPN(measure, group by col_id)  measure, 
> TopNMeasureType.isTopNCompatibleSum()    will pass, so the SUM is rewritten 
> to TOPN. This confuses the user since they may expect a accurate result for 
> every distinct value of group by column(s). 
> Kylin should check if "ORDER BY col_id LIMIT topncapacity" is present in the 
> query to determine whether to rewrite.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to