Commits

Wes McKinney authored f693a6c53a7
ARROW-9122: [C++] Properly handle sliced arrays in ascii_lower, ascii_upper kernels We must both take into account the referenced range of the data buffer and shift the value offsets if the array slice offset is nonzero. Closes #7458 from wesm/ARROW-9122 Authored-by: Wes McKinney <wesm@apache.org> Signed-off-by: Wes McKinney <wesm@apache.org>