[
https://issues.apache.org/jira/browse/CALCITE-6626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stamatis Zampetakis updated CALCITE-6626:
-----------------------------------------
Fix Version/s: 1.39.0
> SqlToRelConverter mixes uses of configured RelBuilder and Logical.create
> methods.
> ---------------------------------------------------------------------------------
>
> Key: CALCITE-6626
> URL: https://issues.apache.org/jira/browse/CALCITE-6626
> Project: Calcite
> Issue Type: Bug
> Reporter: Ian Bertolacci
> Priority: Major
> Fix For: 1.39.0
>
>
> SqlToRelConverter takes a configuration which allows setting a
> RelBuilderFactory, which it does use in some places, but in others it
> directly calls LogicalWhatever.create to build a node.
> All RelNode builder calls should (as much as possible) build nodes using the
> configured RelBuilder.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)