You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Vitalii Diravka (JIRA)" <ji...@apache.org> on 2018/04/03 09:43:00 UTC

[jira] [Comment Edited] (DRILL-3855) Enable FilterSetOpTransposeRule, DrillProjectSetOpTransposeRule

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

Vitalii Diravka edited comment on DRILL-3855 at 4/3/18 9:42 AM:
----------------------------------------------------------------

Looks like there is no issues with FilterSetOpTransposeRule for now and it can be enabled by default.
 DrillProjectSetOpTransposeRule still causes infinite loop for TestUnionAll#testUnionAllInWith() for query1. It happens in case of using VolcanoPlanner and can be resolved after resolving of CALCITE-2223. 
 But it works for HEP planner. So the decision for Drill can be changing of execution of this rule with HEP planner.


was (Author: vitalii):
Looks like there is no issues with FilterSetOpTransposeRule for now and it can be enabled by default.
DrillProjectSetOpTransposeRule still causes infinite loop for TestUnionAll#testUnionAllInWith() for query1. It happens in case of using VolcanoPlanner and can be resolved after resolving of CALCITE-2223. 
But it works for HEP planner. So the decision for Drill can be move execution of this rule with HEP planner.

> Enable FilterSetOpTransposeRule, DrillProjectSetOpTransposeRule
> ---------------------------------------------------------------
>
>                 Key: DRILL-3855
>                 URL: https://issues.apache.org/jira/browse/DRILL-3855
>             Project: Apache Drill
>          Issue Type: Improvement
>          Components: Query Planning &amp; Optimization
>            Reporter: Sean Hsuan-Yi Chu
>            Assignee: Vitalii Diravka
>            Priority: Major
>             Fix For: 1.14.0
>
>
> Since the infinite planning issues (Calcite Volcano Planner: Calcite-900) reported in DRILL-3257, FilterSetOpTransposeRule, DrillProjectSetOpTransposeRule were disabled. After it can be resolved in Calcite, we have to enable these two rules to lift the performance. 
> In addition, will update the plan validation in Unit test in response of the newly enabled rules. 



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