Kontinuation opened a new pull request, #532: URL: https://github.com/apache/sedona-db/pull/532
Previously, RS_RasterToWorldCoord and RS_WorldToRasterCoord only handled scalar inputs and would error with 'Expected scalar ... argument' when array inputs were passed. This commit fixes both functions to properly handle array inputs by: - Using into_array() to expand scalar inputs to arrays - Using arrow_cast::cast() for type conversion - Processing all values in a loop with proper null handling Added test cases for array input handling. -- 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]
