[
https://issues.apache.org/jira/browse/FLINK-28678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
xuyang updated FLINK-28678:
---------------------------
Description:
Ref CALCITE-5107 . Mainly cherry pick it.
The following files should be removed from the Flink code base when upgrading
calcite to 1.30.0
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
was:Ref CALCITE-5107 . Mainly cherry pick it.
> Support SQL hint for Filter, SetOp, Sort, Window, Values
> --------------------------------------------------------
>
> Key: FLINK-28678
> URL: https://issues.apache.org/jira/browse/FLINK-28678
> Project: Flink
> Issue Type: Sub-task
> Components: Table SQL / Planner
> Affects Versions: 1.16.0
> Reporter: xuyang
> Priority: Minor
>
> Ref CALCITE-5107 . Mainly cherry pick it.
> The following files should be removed from the Flink code base when upgrading
> calcite to 1.30.0
> 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
--
This message was sent by Atlassian Jira
(v8.20.10#820010)