Commits


Jeroen van Straten authored and David Li committed ddea0c9e5d5
ARROW-14592: [C++] list_parent_indices output type should not depend on input type Changes the type returned by `list_parent_indices` to `int64` regardless of list index type (it used to return `int32` for `list`), as the output refers to row indices rather than list indices. Closes #12098 from jvanstraten/ARROW-14592-list-parent-indices-output-type-should-n Authored-by: Jeroen van Straten <jeroen.van.straten@gmail.com> Signed-off-by: David Li <li.davidm96@gmail.com>