This is an automated email from the ASF dual-hosted git repository. jiayu pushed a commit to branch SEDONA-593 in repository https://gitbox.apache.org/repos/asf/sedona.git
commit 8976585933db1537cf1b81d64bd7302e455f8593 Author: Jia Yu <[email protected]> AuthorDate: Fri Jun 7 13:07:49 2024 -0700 Update versions --- docs/api/flink/Predicate.md | 2 +- docs/api/sql/Predicate.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/flink/Predicate.md b/docs/api/flink/Predicate.md index 9ae317196..f4c8514d0 100644 --- a/docs/api/flink/Predicate.md +++ b/docs/api/flink/Predicate.md @@ -215,7 +215,7 @@ Introduction: This function tests the relationship between two [Dimensionally Ex Format: `ST_RelateMatch(matrix1: String, matrix2: String)` -Since: `vTBD` +Since: `v1.6.1` SQL Example: diff --git a/docs/api/sql/Predicate.md b/docs/api/sql/Predicate.md index ffdcb0b75..561b75571 100644 --- a/docs/api/sql/Predicate.md +++ b/docs/api/sql/Predicate.md @@ -247,7 +247,7 @@ Introduction: This function tests the relationship between two [Dimensionally Ex Format: `ST_RelateMatch(matrix1: String, matrix2: String)` -Since: `vTBD` +Since: `v1.6.1` SQL Example:
