Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
-
None
Description
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.
Attachments
Attachments
Issue Links
- duplicates
-
CALCITE-4262 In SqlToRelConverter, use RelBuilder for creating all relational expressions
- In Progress