You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Stamatis Zampetakis (JIRA)" <ji...@apache.org> on 2019/04/27 14:06:00 UTC

[jira] [Resolved] (CALCITE-2998) RexCopier should support all rex types

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

Stamatis Zampetakis resolved CALCITE-2998.
------------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.20.0

Fixed in [a3f81bb7b088fd8c1d0c1df3b0f2b0cf122633de|https://github.com/apache/calcite/commit/a3f81bb7b088fd8c1d0c1df3b0f2b0cf122633de]. Thanks for the PR [~Chunwei Lei] ;)

> RexCopier should support all rex types
> --------------------------------------
>
>                 Key: CALCITE-2998
>                 URL: https://issues.apache.org/jira/browse/CALCITE-2998
>             Project: Calcite
>          Issue Type: Improvement
>            Reporter: Chunwei Lei
>            Assignee: Chunwei Lei
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.20.0
>
>          Time Spent: 4.5h
>  Remaining Estimate: 0h
>
> RexCopier don't support some rex types such as RexOver, RexDynamicParam and so on as follows.
> //RexCopier.java
> public RexNode visitOver(RexOver over) {
> {color:#FF0000}    throw new UnsupportedOperationException();{color}
>  }
> public RexWindow visitWindow(RexWindow window) {
> {color:#FF0000}    throw new UnsupportedOperationException();{color}
>  }
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)