Kontinuation opened a new pull request, #559: URL: https://github.com/apache/sedona-db/pull/559
## Summary - Fix RasterExecutor::execute_raster_void() to broadcast scalar rasters across num_iterations() when other args are arrays. - Add regression tests for scalar raster + array coordinate inputs in rs_worldcoordinate and rs_rastercoordinate. ## Why DataFusion can invoke these scalar UDFs with a scalar raster and array coordinate arguments. Previously the executor only invoked the per-row closure once for scalar rasters, producing output arrays of length 1 instead of the expected batch length. ## Testing - cargo test -p sedona-raster-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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
