jesspav commented on issue #155: URL: https://github.com/apache/sedona-db/issues/155#issuecomment-3339449478
FYI @paleolimbot : it is normal for the planner to require a cast to determine the type of a null. For example in postgis: ``` E adbc_driver_manager.ProgrammingError: INVALID_ARGUMENT: Failed to prepare query: ERROR: function st_setsrid(unknown, integer) is not unique E LINE 1: SELECT ST_SRID(ST_SetSrid(NULL, 3857)) E ^ E HINT: Could not choose a best candidate function. You might need to add explicit type casts. E E Query was:SELECT ST_SRID(ST_SetSrid(NULL, 3857)). SQLSTATE: 42725 ``` -- 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]
