Ian Bertolacci created CALCITE-6626:
---------------------------------------
Summary: 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
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)