[
https://issues.apache.org/jira/browse/CALCITE-7549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18088690#comment-18088690
]
Shikha commented on CALCITE-7549:
---------------------------------
[~julianhyde] Awaiting your views on the altered approach in the comment above.
> Add Programs.of overload that accepts RelOptListener
> ----------------------------------------------------
>
> Key: CALCITE-7549
> URL: https://issues.apache.org/jira/browse/CALCITE-7549
> Project: Calcite
> Issue Type: Improvement
> Components: core
> Reporter: Shikha
> Assignee: Shikha
> Priority: Minor
> Labels: pull-request-available
>
> Programs.of(HepProgram, boolean, RelMetadataProvider) constructs a HepPlanner
> internally with no way to attach a RelOptListener before findBestExp(). This
> makes it impossible to observe rule firings when composing phases via
> Programs.sequence.
> Proposal: Add an overload Programs.of(HepProgram, boolean,
> RelMetadataProvider, RelOptListener) that attaches the listener to the
> internally-constructed HepPlanner before calling setRoot/findBestExp. When
> listener is null, behavior is identical to the existing method.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)