This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new a7878df29 Fix the version of ST_RotateX to 1.6.1
a7878df29 is described below
commit a7878df29230a943968bc2446cbb5e1caa26b4b5
Author: Jia Yu <[email protected]>
AuthorDate: Sat Aug 24 22:38:00 2024 -0700
Fix the version of ST_RotateX to 1.6.1
---
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 c371f68ad..be24e51d0 100644
--- a/docs/api/flink/Function.md
+++ b/docs/api/flink/Function.md
@@ -3307,7 +3307,7 @@ Introduction: Performs a counter-clockwise rotation of
the specified geometry ar
Format: `ST_RotateX(geometry: Geometry, angle: Double)`
-Since: `v1.7.0`
+Since: `v1.6.1`
SQL Example:
diff --git a/docs/api/sql/Function.md b/docs/api/sql/Function.md
index 76587a62e..8d3e437c8 100644
--- a/docs/api/sql/Function.md
+++ b/docs/api/sql/Function.md
@@ -3387,7 +3387,7 @@ Introduction: Performs a counter-clockwise rotation of
the specified geometry ar
Format: `ST_RotateX(geometry: Geometry, angle: Double)`
-Since: `v1.7.0`
+Since: `v1.6.1`
SQL Example: