[
https://issues.apache.org/jira/browse/FLINK-28678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
godfrey he closed FLINK-28678.
------------------------------
Resolution: Fixed
Fixed in master:
d17dcbd43b287c58efc726f8a0a9b78c5ddf7f60
4e46602342f3e3e45716f3adf8e29f7531cb9ca5
53f1a66f67ca1414e9b8f833f79466aa6b2110f5
f794d72903c9c76e89731273dbb60bbee75e3166
> 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
> Assignee: 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)