This is an automated email from the ASF dual-hosted git repository. jiayu pushed a commit to branch SEDONA-589 in repository https://gitbox.apache.org/repos/asf/sedona.git
commit e5d22965b4c49f3ff964f175bbb73c7e016e7477 Author: Jia Yu <[email protected]> AuthorDate: Fri Jun 7 00:56:05 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 7653b709c..568f7233d 100644 --- a/docs/api/flink/Function.md +++ b/docs/api/flink/Function.md @@ -2190,7 +2190,7 @@ Introduction: Returns the LineString geometry representing the maximum distance Format: `ST_LongestLine(geom1: Geometry, geom2: Geometry)` -Since: `vTBD` +Since: `v1.6.1` SQL Example: diff --git a/docs/api/sql/Function.md b/docs/api/sql/Function.md index 9587b8cbe..042dca993 100644 --- a/docs/api/sql/Function.md +++ b/docs/api/sql/Function.md @@ -2197,7 +2197,7 @@ Introduction: Returns the LineString geometry representing the maximum distance Format: `ST_LongestLine(geom1: Geometry, geom2: Geometry)` -Since: `vTBD` +Since: `v1.6.1` SQL Example:
