[
https://issues.apache.org/jira/browse/FLINK-28678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17573515#comment-17573515
]
xuyang commented on FLINK-28678:
--------------------------------
[~martijnvisser] I copied these steps to FLINK-28744
> 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.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)