[
https://issues.apache.org/jira/browse/FLINK-24115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jark Wu closed FLINK-24115.
---------------------------
Fix Version/s: 1.15.0
1.13.3
1.14.0
Resolution: Fixed
Fixed in
- master: 9dfb1af5ca038b1a12669cc752fa873530feacbc
- release-1.14: c10de14ce6777d2b10d1284b2fe70f3c658cb60a
- release-1.13: cedc27dc75c214d112b94868597c3b1dc85aac7f
> Outdated SQL Temporal Join Example
> ----------------------------------
>
> Key: FLINK-24115
> URL: https://issues.apache.org/jira/browse/FLINK-24115
> Project: Flink
> Issue Type: Bug
> Components: Documentation, Table SQL / API
> Reporter: Nico Kruber
> Assignee: Leonard Xu
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.14.0, 1.13.3, 1.15.0
>
>
> [https://ci.apache.org/projects/flink/flink-docs-release-1.13/docs/dev/table/sql/queries/joins/#event-time-temporal-join]
> is missing a primary key in the Table DDL.
> Also, the following note does not map the current example anymore:
> {quote}
> Note: The event-time temporal join requires the primary key contained in the
> equivalence condition of the temporal join condition, e.g., The primary key
> P.product_id of table product_changelog to be constrained in the condition
> O.product_id = P.product_id.
> {quote}
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)