You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Pereslegin (Jira)" <ji...@apache.org> on 2022/11/11 09:15:00 UTC

[jira] [Assigned] (IGNITE-17704) Get rid of usage of RelDataType in execution nodes

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

Pavel Pereslegin reassigned IGNITE-17704:
-----------------------------------------

    Assignee: Pavel Pereslegin

> Get rid of usage of RelDataType in execution nodes
> --------------------------------------------------
>
>                 Key: IGNITE-17704
>                 URL: https://issues.apache.org/jira/browse/IGNITE-17704
>             Project: Ignite
>          Issue Type: Improvement
>          Components: sql
>            Reporter: Yury Gerzhedovich
>            Assignee: Pavel Pereslegin
>            Priority: Major
>              Labels: ignite-3, tech-debt
>
> Execution-related classes have no third-party dependencies except for apache calcite. The only thing connecting them is the RelDataType class, describing a type of the row.
> Seems the only actual usage of row type is inside {{CorrelatedNestedLoopJoinNode}}.
> So let's get rid of unnecessary coupling by reworking {{CorrelatedNestedLoopJoinNode}} class.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)