This is an automated email from the ASF dual-hosted git repository. jiayu pushed a commit to branch SEDONA-565 in repository https://gitbox.apache.org/repos/asf/sedona.git
commit ddfbb792b49a0cfd68903e513e8ee003e25a0ca5 Author: Jia Yu <[email protected]> AuthorDate: Tue May 28 01:11:49 2024 -0700 Update versions --- docs/api/flink/Function.md | 2 +- docs/api/sql/Function.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/flink/Function.md b/docs/api/flink/Function.md index f3c9ffea2..c2665a50e 100644 --- a/docs/api/flink/Function.md +++ b/docs/api/flink/Function.md @@ -1280,7 +1280,7 @@ Introduction: Sets the orientation of polygon vertex orderings to follow the Rig Format: `ST_ForceRHR(geom: Geometry)` -Since: `vTBD` +Since: `v1.6.1` SQL Example: diff --git a/docs/api/sql/Function.md b/docs/api/sql/Function.md index 671d4f696..acd8ba9c6 100644 --- a/docs/api/sql/Function.md +++ b/docs/api/sql/Function.md @@ -1285,7 +1285,7 @@ Introduction: Sets the orientation of polygon vertex orderings to follow the Rig Format: `ST_ForceRHR(geom: Geometry)` -Since: `vTBD` +Since: `v1.6.1` SQL Example:
