[
https://issues.apache.org/jira/browse/FLINK-28678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
godfrey he updated FLINK-28678:
-------------------------------
Fix Version/s: 1.16.0
> 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
> Fix For: 1.16.0
>
>
> 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
--
This message was sent by Atlassian Jira
(v8.20.10#820010)