Copilot commented on code in PR #2856:
URL: https://github.com/apache/sedona/pull/2856#discussion_r3125692858


##########
docs/api/sql/geography/Geography-Functions.md:
##########
@@ -46,3 +46,4 @@ These functions operate on geography type objects.
 | [ST_NPoints](Geography-Functions/ST_NPoints.md) | Integer | Return the 
number of points (vertices) in a geography. | v1.9.0 |
 | [ST_Distance](Geography-Functions/ST_Distance.md) | Double | Return the 
minimum geodesic distance between two geographies in meters. | v1.9.0 |
 | [ST_Contains](Geography-Functions/ST_Contains.md) | Boolean | Test whether 
geography A fully contains geography B. | v1.9.0 |

Review Comment:
   The “Since” versions in this table look inconsistent with the individual 
geography function pages (e.g., ST_NPoints/ST_Distance/ST_Contains pages show 
v1.9.1). Please reconcile the versions in the table (and confirm the correct 
release version for ST_Intersects) so users don’t get conflicting information.
   ```suggestion
   | [ST_NPoints](Geography-Functions/ST_NPoints.md) | Integer | Return the 
number of points (vertices) in a geography. | v1.9.1 |
   | [ST_Distance](Geography-Functions/ST_Distance.md) | Double | Return the 
minimum geodesic distance between two geographies in meters. | v1.9.1 |
   | [ST_Contains](Geography-Functions/ST_Contains.md) | Boolean | Test whether 
geography A fully contains geography B. | v1.9.1 |
   ```



-- 
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