This is an automated email from the ASF dual-hosted git repository. jiayu pushed a commit to branch polygonize in repository https://gitbox.apache.org/repos/asf/sedona.git
commit 9bb8a2dc279d1d8bdb902fea6686f6f66fa2b5d7 Author: Jia Yu <[email protected]> AuthorDate: Wed Apr 17 22:45:54 2024 -0700 Update ST_Polygonize version to OSS Sedona 1.6.0 --- 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 82f661cc7..41b42f47e 100644 --- a/docs/api/flink/Function.md +++ b/docs/api/flink/Function.md @@ -2414,7 +2414,7 @@ Introduction: Generates a GeometryCollection composed of polygons that are forme Format: `ST_Polygonize(geom: Geometry)` -Since: `vTBD` +Since: `v1.6.0` Example: diff --git a/docs/api/sql/Function.md b/docs/api/sql/Function.md index 1420d8fc5..a61708d29 100644 --- a/docs/api/sql/Function.md +++ b/docs/api/sql/Function.md @@ -2422,7 +2422,7 @@ Introduction: Generates a GeometryCollection composed of polygons that are forme Format: `ST_Polygonize(geom: Geometry)` -Since: `vTBD` +Since: `v1.6.0` Example:
