This is an automated email from the ASF dual-hosted git repository. jiayu pushed a commit to branch branch-1.8.1 in repository https://gitbox.apache.org/repos/asf/sedona.git
commit 7cf3166d06b9e0a272709417771423dcb0afecbb Author: Jia Yu <[email protected]> AuthorDate: Sat Feb 7 12:13:05 2026 -0700 [GH-2408] RS_ZonalStats: fix incorrect 4-arg function signature (#2616) --- docs/api/sql/Raster-operators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/sql/Raster-operators.md b/docs/api/sql/Raster-operators.md index e456cc0693..2408ded8cf 100644 --- a/docs/api/sql/Raster-operators.md +++ b/docs/api/sql/Raster-operators.md @@ -1200,7 +1200,7 @@ RS_ZonalStats(raster: Raster, zone: Geometry, band: Integer, statType: String, a ``` ``` -RS_ZonalStats(raster: Raster, zone: Geometry, statType: String, allTouched: Boolean) +RS_ZonalStats(raster: Raster, zone: Geometry, band: Integer, statType: String) ``` ```
