[
https://issues.apache.org/jira/browse/FLINK-33314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
lincoln lee closed FLINK-33314.
-------------------------------
Resolution: Fixed
Fixed in master: 3596a94fe415fdc834cec346cc3910dd775f5239
> Fix the named parameter example in window tvf
> ---------------------------------------------
>
> Key: FLINK-33314
> URL: https://issues.apache.org/jira/browse/FLINK-33314
> Project: Flink
> Issue Type: Improvement
> Reporter: lincoln lee
> Assignee: lincoln lee
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.19.0
>
>
> CALCITE-4171 adds support for named params in window function, but the new
> param name OFFSET conflicts with the reserved keyword, so it can't be used
> directly, users must use it with double quotes(`OFFSET`) otherwise it will
> cause a validation error.
> In Flink SQL, we should fix the example in the documentation first (also add
> some tests).
> When the Calcite community's discussion on the renaming (
> https://issues.apache.org/jira/browse/CALCITE-6060 ) has come to a
> conclusion, we can do the followup change in Flink.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)