jiayuasu opened a new pull request, #2616:
URL: https://github.com/apache/sedona/pull/2616

   ## Did you read the Contributor Guide?
   
   - Yes, I have read the [Contributor 
Rules](https://sedona.apache.org/latest/community/rule/) and [Contributor 
Development Guide](https://sedona.apache.org/latest/community/develop/)
   
   ## Is this PR related to a ticket?
   
   Fixes #2408
   
   ## What changes were proposed in this PR?
   
   The docs listed a non-existent signature:
     RS_ZonalStats(raster, zone, statType, allTouched)
   
   The actual 4-arg signature (matching the Java code) is:
     RS_ZonalStats(raster, zone, band, statType)
   
   ## How was this patch tested?
   
   
   ## Did this PR include necessary documentation updates?
   
   - Yes, I have updated the documentation.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to