jiayuasu commented on code in PR #918:
URL: https://github.com/apache/sedona/pull/918#discussion_r1273854644


##########
docs/api/flink/Function.md:
##########
@@ -576,14 +596,14 @@ Since: `v1.4.0`
 Example:
 
 ```sql
-SELECT ST_ConcaveHull(polygondf.countyshape, pctConvex)`
-FROM polygondf
+SELECT ST_ConcaveHull(ST_GeomFromWTK('POLYGON((175 150, 20 40, 50 60, 125 100, 
175 150))'), 1)

Review Comment:
   Why is this `WTK` instead of `WKT`? This occurred a few times in your PR



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