[
https://issues.apache.org/jira/browse/CALCITE-7039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17954176#comment-17954176
]
Zhen Chen commented on CALCITE-7039:
------------------------------------
[~mbudiu] My expression might not be high-level enough. What I can think of is
that currently, PlannerImpl does not support customizing Volcano rule sets,
which limits its usage. For example, I want to remove some EnumerableRules for
testing purposes, or use JdbcRules for testing. The goal is to make this
utility class more versatile in terms of capabilities.
> PlannerImpl supports custom Volcano RuleSet
> -------------------------------------------
>
> Key: CALCITE-7039
> URL: https://issues.apache.org/jira/browse/CALCITE-7039
> Project: Calcite
> Issue Type: Improvement
> Reporter: Zhen Chen
> Assignee: Zhen Chen
> Priority: Major
> Labels: pull-request-available
>
> Currently, PlannerImpl only supports customizing Programs or RuleSet for
> HepPlanner, but does not support customizing RuleSet for VolcanoPlanner. Add
> a method to PlannerImpl that can customize volcanoRuleSet.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)