ShiroKSH opened a new pull request, #3108: URL: https://github.com/apache/sedona/pull/3108
## Summary - pair `ComponentSampleModel` band offsets with band positions in its contiguous fast path - add coverage for a legal raster layout that reorders data banks and uses distinct offsets The slow path already uses the band position. The fast path used the mapped bank number instead, returning samples from the wrong positions when the mapping is non-identity. ## Validation - executed the regression fixture against the updated fast-path implementation - ran Python bytecode compilation - ran Black formatting verification - checked the staged diff with `git diff --check` -- 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]
