radekaadek commented on PR #2452:
URL: https://github.com/apache/sedona/pull/2452#issuecomment-3446763892

   I have tested the module manually and it loads in Flink but the functions 
are not usable.
   
   I can call `LOAD MODULE sedona` and after calling `SHOW FUNCTIONS` I get a 
list that shows all of them but after trying to actually call one of them, for 
example:
   
   `SELECT ST_Degrees(2.0)`
   
   I get
   
   `org.apache.flink.table.api.ValidationException: SQL validation failed. SQL 
validation failed. From line 1, column 26 to line 1, column 56: No match found 
for function signature ST_Degrees(<NUMERIC>)`
   
   When i explicitly cast the number to a double or an integer the same issue 
appears.
   Do you have any ideas on what might be going on?


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