[
https://issues.apache.org/jira/browse/FLINK-28744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17573514#comment-17573514
]
xuyang commented on FLINK-28744:
--------------------------------
Just for reminding, the following files should be removed from the Flink code
base when upgrading calcite to 1.31
in `org.apahce.calcite.rel.core`:
* Correlate
* Filter
* Intersect
* Minus
* SetOp
* Sort
* Union
* Values
* Window
in `org.apahce.calcite.rel.hint`:
* HintPredicates
* NodeTypeHintPredicate
in `org.apahce.calcite.rel.logical`:
* LogicalCorrelate
* LogicalFilter
* LogicalIntersect
* LogicalMinus
* LogicalSort
* LogicalUnion
* LogicalValues
* LogicalWindow
> Upgrade Calcite version to 1.31
> -------------------------------
>
> Key: FLINK-28744
> URL: https://issues.apache.org/jira/browse/FLINK-28744
> Project: Flink
> Issue Type: Technical Debt
> Reporter: Martijn Visser
> Assignee: Jing Zhang
> Priority: Major
> Fix For: 1.17.0
>
>
> We should upgrade to Calcite 1.31 so we can benefit from
> https://issues.apache.org/jira/browse/CALCITE-4865
--
This message was sent by Atlassian Jira
(v8.20.10#820010)