Commits


Jörn Horstmann authored and Andy Grove committed b5feedec9e8
ARROW-9583: [Rust] Fix offsets in result of arithmetic kernels Refactoring of bitwise and arithmetic kernels to support offsets <> 0. There is still a retriction that offsets into the null bitmaps have to be a multiple of 8. With this PR such operations would return an `Result::Err` where they would previously have returned incorrect results. Closes #7854 from jhorstmann/ARROW-9583-fix-offsets-in-arithmetic-and-boolean-kernels Lead-authored-by: Jörn Horstmann <joern.horstmann@signavio.com> Co-authored-by: Andy Grove <andygrove@nvidia.com> Signed-off-by: Andy Grove <andygrove73@gmail.com>