zxc20041 commented on code in PR #60170:
URL: https://github.com/apache/doris/pull/60170#discussion_r2730493431


##########
regression-test/suites/nereids_p0/sql_functions/spatial_functions/test_gis_function.groovy:
##########
@@ -376,6 +455,35 @@ suite("test_gis_function") {
     qt_sql "SELECT 
ST_AsText(ST_GeomFromWKB(ST_AsBinary(ST_GeometryFromText(\"LINESTRING (1 1, 2 
2)\"))));"
     qt_sql "SELECT ST_AsText(ST_GeomFromWKB(ST_AsBinary(ST_Polygon(\"POLYGON 
((114.104486 22.547119,114.093758 22.547753,114.096504 22.532057,114.104229 
22.539826,114.106203 22.542680,114.104486 22.547119))\"))));"
 
+    // table-driven tests for ST_Length/ST_GeometryType/ST_Distance

Review Comment:
   create a table to test 3 functions



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to