Skip to content

Commit 7d5609f

Browse files
authored
[FLINK-37381] [doc] Fix typo in Join document (#26209)
1 parent 01f035f commit 7d5609f

File tree

1 file changed

+1
-1
lines changed
  • docs/content/docs/dev/table/sql/queries

1 file changed

+1
-1
lines changed

docs/content/docs/dev/table/sql/queries/joins.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The temporal table contains one or more versioned table snapshots, it can be a c
117117
Event Time temporal joins allow joining against a [versioned table]({{< ref "docs/dev/table/concepts/versioned_tables" >}}).
118118
This means a table can be enriched with changing metadata and retrieve its value at a certain point in time.
119119

120-
Temporal joins take an arbitrary table (left input/probe site) and correlate each row to the corresponding row's relevant version in the versioned table (right input/build side).
120+
Temporal joins take an arbitrary table (left input/probe side) and correlate each row to the corresponding row's relevant version in the versioned table (right input/build side).
121121
Flink uses the SQL syntax of `FOR SYSTEM_TIME AS OF` to perform this operation from the SQL:2011 standard.
122122
The syntax of a temporal join is as follows;
123123

0 commit comments

Comments
 (0)