Commits


Benjamin Kietzman authored and Antoine Pitrou committed bc837e64f5a
ARROW-5594: [C++] add UnionArrays support to Take/Filter kernels Take and Filter kernels should now be able to operate on arrays of any type. Closes #4866 from bkietz/5594-add-support-for-UnionArrays-to-Take-and- and squashes the following commits: 2e2e58933 <Benjamin Kietzman> correct union density test 1c0b29ff2 <Benjamin Kietzman> address review comments 1e07cfbda <Benjamin Kietzman> add tests for dense union array density 3df7bf396 <Benjamin Kietzman> add Take/Filter(UnionArrays) Authored-by: Benjamin Kietzman <bengilgit@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>