[
https://issues.apache.org/jira/browse/KYLIN-5649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17746350#comment-17746350
]
ASF subversion and git services commented on KYLIN-5649:
--------------------------------------------------------
Commit 22616bdd363b7ff16ffc64485c17e367a608addc in kylin's branch
refs/heads/kylin5 from Pengfei Zhan
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=22616bdd36 ]
KYLIN-5649 prefer AggIndex works when computed column appears in the index
rewrite the projects of OlapProjectRel
> When query contains computed columns, fail to guarantee the priority of using
> the aggregate index to answer the aggregate query
> -------------------------------------------------------------------------------------------------------------------------------
>
> Key: KYLIN-5649
> URL: https://issues.apache.org/jira/browse/KYLIN-5649
> Project: Kylin
> Issue Type: Bug
> Components: Query Engine
> Affects Versions: 5.0-alpha
> Reporter: Zhiting Guo
> Assignee: Zhiting Guo
> Priority: Major
> Fix For: 5.0-beta
>
> Attachments: When query contains computed columns, fail to guarantee
> the priority of using the aggregate index to answer the aggregate query.pdf
>
>
> After enabling the "kylin.query.use-tableindex-answer-non-raw-query = true" &
> & "kylin.query.layout.prefer-aggindex = true" parameter, the aggregate query
> can match the aggregate index and the basic detail index, but the final hit
> is the basic detail index. What is puzzling is why the aggregate query is
> answered using the basic detail index?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)