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


##########
snowflake-tester/src/test/java/org/apache/sedona/snowflake/snowsql/TestFunctionsV2.java:
##########
@@ -973,6 +973,24 @@ public void test_ST_LengthSpheroid() {
         );
     }
 
+    @Test
+    public void test_ST_ForcePolygonCCW() {
+        registerUDFV2("ST_ForcePolygonCCW", String.class);
+        verifySqlSingleRes(

Review Comment:
   In short, you should use the constructor that has no `sedona` prefix. This 
kind of constructors are snowflake native constructors. See the explanation 
here: 
https://sedona.apache.org/1.5.1/tutorial/snowflake/sql/#interoperate-with-snowflake-native-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: issues-unsubscr...@sedona.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to