You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Julian Hyde (JIRA)" <ji...@apache.org> on 2018/01/03 20:09:00 UTC

[jira] [Resolved] (CALCITE-2092) Allow passing custom RelBuilder into SqlToRelConverter

     [ https://issues.apache.org/jira/browse/CALCITE-2092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julian Hyde resolved CALCITE-2092.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.16.0

> 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
>             Fix For: 1.16.0
>
>
> 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)