[
https://issues.apache.org/jira/browse/CALCITE-2092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16299789#comment-16299789
]
Volodymyr Vysotskyi commented on CALCITE-2092:
----------------------------------------------
[~julianhyde], thanks for looking into this, your changes look fine to me, +1!
> Allow passing custom RelBuilder into SqlToRelConverter
> ------------------------------------------------------
>
> Key: CALCITE-2092
> URL: https://issues.apache.org/jira/browse/CALCITE-2092
> Project: Calcite
> Issue Type: Bug
> Reporter: Volodymyr Vysotskyi
> Assignee: Julian Hyde
>
> Currently, {{SqlToRelConverter}} uses {{RelBuilder}} which was created in
> such a way:
> {code:java}
> RelFactories.LOGICAL_BUILDER.create(cluster, null)
> {code}
> So it is not possible to use custom {{RelBuilder}} in this class.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)