james-willis opened a new pull request, #1105: URL: https://github.com/apache/sedona-db/pull/1105
Deduplicates the two `#band=N` outdb-URI parsers into one validated parser in `sedona-raster`. `split_outdb_band_fragment` now returns `Result` and rejects a `#band=` fragment whose value is not a positive `u32` (previously it silently defaulted to band 1). The GDAL loader's out-db reads route through it, and the duplicate `parse_outdb_source` (`source_uri.rs`) is removed with its validation tests moved to `traits.rs`. -- 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]
