You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/05/23 21:39:00 UTC

[jira] [Commented] (DRILL-8234) Register rules only from plugins used in the query

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

ASF GitHub Bot commented on DRILL-8234:
---------------------------------------

vvysotskyi opened a new pull request, #2560:
URL: https://github.com/apache/drill/pull/2560

   # [DRILL-8234](https://issues.apache.org/jira/browse/DRILL-8234): Register rules only from plugins used in the query
   
   ## Description
   * Added visitor for collecting plugins used in the query
   * Fixed passing table names into RelOptTable
   * Added method for containing plugins from DynamicRootSchema
   
   ## Documentation
   NA
   
   ## Testing
   Unit tests pass
   




> Register rules only from plugins used in the query
> --------------------------------------------------
>
>                 Key: DRILL-8234
>                 URL: https://issues.apache.org/jira/browse/DRILL-8234
>             Project: Apache Drill
>          Issue Type: Improvement
>            Reporter: Vova Vysotskyi
>            Assignee: Vova Vysotskyi
>            Priority: Major
>
> Currently, rules from all enabled plugins are collected for query planning. It could cause issues when one of the plugins became invalid.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)