Commits


Rasmus Johansen authored and GitHub committed 68e0fa74998
ARROW-17733: [C++] Take index_width into account when filling nulls in index buffer (#14129) Take into account index_width when offsetting by position into out_data. Otherwise we offset position bytes into the array, but we want to offset position places into the array. Authored-by: Rasmus Johansen <rasnjo@gmail.com> Signed-off-by: David Li <li.davidm96@gmail.com>