This is an automated email from the ASF dual-hosted git repository. jiayu pushed a commit to branch SEDONA-587 in repository https://gitbox.apache.org/repos/asf/sedona.git
commit e54878ed9b88d55d8f94eae523ca7083bdaaba94 Author: Jia Yu <[email protected]> AuthorDate: Fri Jun 7 00:51:24 2024 -0700 Update version --- 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 f00e9de37..36cb4c7c0 100644 --- a/docs/api/flink/Function.md +++ b/docs/api/flink/Function.md @@ -1275,7 +1275,7 @@ Example output is after calling ST_AsText() on returned geometry, which adds M f Format: `ST_Force3DM(geometry: Geometry, mValue: Double = 0.0)` -Since: `vTDB` +Since: `v1.6.1` SQL Example diff --git a/docs/api/sql/Function.md b/docs/api/sql/Function.md index b5e3f6224..fae471101 100644 --- a/docs/api/sql/Function.md +++ b/docs/api/sql/Function.md @@ -1280,7 +1280,7 @@ Introduction: Forces the geometry into XYM mode. Retains any existing M coordina Format: `ST_Force3DM(geometry: Geometry, mValue: Double = 0.0)` -Since: `vTBD` +Since: `v1.6.1` SQL Example
