james-willis opened a new pull request, #1101: URL: https://github.com/apache/sedona-db/pull/1101
Migrates every raster caller off the pre-N-D metadata shim (`RasterMetadata` / `BandMetadata` / `MetadataRef` / `StorageType` + the `start_raster`/`start_band` builder shims) onto the direct N-D trait accessors (`width()?`/`height()?`/`transform()`, `data_type()`/`nodata()`/`is_indb()`/`outdb_uri()`, `start_raster_2d`/`start_band_2d`/`start_band_nd`), then deletes the shim. Behavior-preserving. Two commits — migrate, then delete — so the deletion reviews as a self-contained "the shim is dead" diff. -- 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]
