Details
-
Sub-task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.16.0
-
None
Description
Ref CALCITE-5107 . Mainly cherry pick it.
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
Attachments
Issue Links
- is related to
-
FLINK-27998 Upgrade Calcite version to 1.30
- Closed