[
https://issues.apache.org/jira/browse/IGNITE-19130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Evgeny Stanilovsky updated IGNITE-19130:
----------------------------------------
Description:
RexImpTable and RexToLixTranslator in apache ignite for now is a copy from
outdated apache calcite, some functions already changed implementation but
apache ignite is not supported them due to outdated RexImpTable implementation.
Propose:
1. Somehow documented why we need such approach.
2. If only this way is convenient for now - copy actual implementation, adopt
it and make further copy as simple as possible.
RexImpTable contains description of all rewritten methods in it`s javadoc,
appropriate issues are filled.
[1] https://issues.apache.org/jira/browse/CALCITE-5698
[2] https://issues.apache.org/jira/browse/CALCITE-5699
was:
RexImpTable and RexToLixTranslator in apache ignite for now is a copy from
outdated apache calcite, some functions already changed implementation but
apache ignite is not supported them due to outdated RexImpTable implementation.
Propose:
1. Somehow documented why we need such approach.
2. If only this way is convenient for now - copy actual implementation, adopt
it and make further copy as simple as possible.
> Sql. Align RexImpTable implementation according to calcite current version.
> ---------------------------------------------------------------------------
>
> Key: IGNITE-19130
> URL: https://issues.apache.org/jira/browse/IGNITE-19130
> Project: Ignite
> Issue Type: Improvement
> Components: sql
> Affects Versions: 3.0.0-beta1
> Reporter: Evgeny Stanilovsky
> Assignee: Evgeny Stanilovsky
> Priority: Major
> Labels: calcite2-required, calcite3-required, ignite-3
> Time Spent: 20m
> Remaining Estimate: 0h
>
> RexImpTable and RexToLixTranslator in apache ignite for now is a copy from
> outdated apache calcite, some functions already changed implementation but
> apache ignite is not supported them due to outdated RexImpTable
> implementation. Propose:
> 1. Somehow documented why we need such approach.
> 2. If only this way is convenient for now - copy actual implementation, adopt
> it and make further copy as simple as possible.
> RexImpTable contains description of all rewritten methods in it`s javadoc,
> appropriate issues are filled.
> [1] https://issues.apache.org/jira/browse/CALCITE-5698
> [2] https://issues.apache.org/jira/browse/CALCITE-5699
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)