You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Marios Trivyzas (Jira)" <ji...@apache.org> on 2021/10/18 13:31:00 UTC

[jira] [Updated] (FLINK-20873) Upgrade Calcite version to 1.27

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

Marios Trivyzas updated FLINK-20873:
------------------------------------
    Description: 
The following files should be removed from the Flink code base during an upgrade:
 - org.apache.calcite.rex.RexSimplify
 - org.apache.calcite.sql.SqlMatchRecognize
 - org.apache.calcite.sql.SqlTableRef
 - org.apache.calcite.sql2rel.RelDecorrelator
 - org.apache.flink.table.planner.functions.sql.SqlJsonObjectFunction (added in FLINK-16203)
 - Adopt calcite's behaviour and add SQL tests once [https://github.com/apache/calcite/pull/2555] is merged, (check FLINK-24576 )

  was:
The following files should be removed from the Flink code base during an upgrade:
 - org.apache.calcite.rex.RexSimplify
 - org.apache.calcite.sql.SqlMatchRecognize
 - org.apache.calcite.sql.SqlTableRef
 - org.apache.calcite.sql2rel.RelDecorrelator
 - org.apache.flink.table.planner.functions.sql.SqlJsonObjectFunction (added in FLINK-16203)


> Upgrade Calcite version to 1.27
> -------------------------------
>
>                 Key: FLINK-20873
>                 URL: https://issues.apache.org/jira/browse/FLINK-20873
>             Project: Flink
>          Issue Type: Improvement
>          Components: Table SQL / API, Table SQL / Planner
>            Reporter: Jark Wu
>            Priority: Major
>
> The following files should be removed from the Flink code base during an upgrade:
>  - org.apache.calcite.rex.RexSimplify
>  - org.apache.calcite.sql.SqlMatchRecognize
>  - org.apache.calcite.sql.SqlTableRef
>  - org.apache.calcite.sql2rel.RelDecorrelator
>  - org.apache.flink.table.planner.functions.sql.SqlJsonObjectFunction (added in FLINK-16203)
>  - Adopt calcite's behaviour and add SQL tests once [https://github.com/apache/calcite/pull/2555] is merged, (check FLINK-24576 )



--
This message was sent by Atlassian Jira
(v8.3.4#803005)