jiayuasu commented on code in PR #618:
URL: https://github.com/apache/incubator-sedona/pull/618#discussion_r856839738


##########
docs/api/sql/Function.md:
##########
@@ -1093,8 +1093,8 @@ Example:
 
 ```SQL
 SELECT ST_AsText(
-    ST_Reverse(ST_GeomFromText('LINESTRING(0 0, 1 2, 2 4, 3 6)'))
-) AS geom
+               ST_Reverse(ST_GeomFromText('LINESTRING(0 0, 1 2, 2 4, 3 6)'))

Review Comment:
   You changed all indents in the docs. This is NOT acceptable and will break 
the documentation website. Please only change the place you are supposed to 
change.



##########
docs/api/flink/Function.md:
##########
@@ -19,18 +19,18 @@ Introduction:
 Transform the Spatial Reference System / Coordinate Reference System of A, 
from SourceCRS to TargetCRS
 
 !!!note

Review Comment:
   Do NOT change other places that are NOT written by you.



##########
docs/api/sql/Function.md:
##########
@@ -909,21 +909,21 @@ Result:
 
 Introduction: Returns MultiGeometry object based on geometry column/s or array 
with geometries
 
-Format 
+Format
 
 `ST_Collect(*geom: geometry)`
 
 `ST_Collect(geom: array<geometry>)`
 
 Since: `v1.2.0`
 
-Example: 
+Example:
 
 ```SQL

Review Comment:
   Do NOT change other places that are NOT written by you.



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