This is an automated email from the ASF dual-hosted git repository.

rmetzger pushed a commit to branch release-1.20
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.20 by this push:
     new 7d5609f31ca [FLINK-37381] [doc] Fix typo in Join document (#26209)
7d5609f31ca is described below

commit 7d5609f31cae719ba9a67251c0af0802492c851c
Author: cnsky1103 <[email protected]>
AuthorDate: Mon Mar 10 16:47:33 2025 +0800

    [FLINK-37381] [doc] Fix typo in Join document (#26209)
---
 docs/content/docs/dev/table/sql/queries/joins.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/docs/dev/table/sql/queries/joins.md 
b/docs/content/docs/dev/table/sql/queries/joins.md
index 97f672ab8ac..d38f90fd067 100644
--- a/docs/content/docs/dev/table/sql/queries/joins.md
+++ b/docs/content/docs/dev/table/sql/queries/joins.md
@@ -117,7 +117,7 @@ The temporal table contains one or more versioned table 
snapshots, it can be a c
 Event Time temporal joins allow joining against a [versioned table]({{< ref 
"docs/dev/table/concepts/versioned_tables" >}}).
 This means a table can be enriched with changing metadata and retrieve its 
value at a certain point in time. 
 
-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). 
+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). 
 Flink uses the SQL syntax of `FOR SYSTEM_TIME AS OF` to perform this operation 
from the SQL:2011 standard. 
 The syntax of a temporal join is as follows;
 

Reply via email to