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

Konstantin Orlov updated IGNITE-17704:
--------------------------------------
    Description: 
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.


  was:
We use calcite class org.apache.calcite.rel.type.RelDataType in our execution 
node representation  
org.apache.ignite.internal.sql.engine.exec.rel.AbstractNode.
Let's get rid of such dependency 


> 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
>            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)

Reply via email to