jiayuasu commented on code in PR #2380:
URL: https://github.com/apache/sedona/pull/2380#discussion_r2433856434
##########
snowflake-tester/src/test/java/org/apache/sedona/snowflake/snowsql/TestFunctionsV2.java:
##########
@@ -1295,4 +1295,32 @@ public void test_ST_Rotate() {
"select
ST_AsText(ST_ReducePrecision(sedona.ST_Rotate(ST_GeometryFromWKT('LINESTRING (0
0, 1 0, 1 1, 0 0)'), 10, 0, 0),2))",
"LINESTRING(0 0,-0.84 -0.54,-0.3 -1.38,0 0)");
}
+
+ @Test
Review Comment:
please add tests for both v1 and v2
--
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]