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

ASF subversion and git services commented on KYLIN-5878:
--------------------------------------------------------

Commit 46e6637071172e287aaf1b630aad7989952e3549 in kylin's branch 
refs/heads/kylin5 from Pengfei.Zhan
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=46e6637071 ]

KYLIN-5878 ReduceExpressionRule does not work for OlapRel

Calcite sometimes gives inappropriate cost in VolcanoPlanner,
let the ReduceExpressionRule run again in post-optimization
so that SegmentPruningRule and FilePruner can work.

ReduceExpressionRule can only work for LogicalProject,
however, OlapProjectRel extends Project. Therefore,
the conversion use these rules in the ReduceExpressionRule don't work.
This pull request will define some rules in the KYLIN
to overwrite the default ones.


> ReduceExpressionRule does not work for OlapRel
> ----------------------------------------------
>
>                 Key: KYLIN-5878
>                 URL: https://issues.apache.org/jira/browse/KYLIN-5878
>             Project: Kylin
>          Issue Type: Bug
>          Components: Query Engine
>    Affects Versions: 5.0-alpha
>            Reporter: pengfei.zhan
>            Assignee: pengfei.zhan
>            Priority: Major
>             Fix For: 5.0.0
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to