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

jiayu pushed a commit to branch branch-1.6.1
in repository https://gitbox.apache.org/repos/asf/sedona.git


The following commit(s) were added to refs/heads/branch-1.6.1 by this push:
     new fb4f7b567 Fix the version of ST_RotateX to 1.6.1
fb4f7b567 is described below

commit fb4f7b567a8337253c193311721b62363d92ca88
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 27e054027..f6c9cfb4c 100644
--- a/docs/api/flink/Function.md
+++ b/docs/api/flink/Function.md
@@ -3238,7 +3238,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 eab48026c..1314c43cb 100644
--- a/docs/api/sql/Function.md
+++ b/docs/api/sql/Function.md
@@ -3318,7 +3318,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:
 

Reply via email to