Commits


Joris Van den Bossche authored and Antoine Pitrou committed c12a25a8e2c
ARROW-5853: [Python] Expose boolean filter kernel on Array https://issues.apache.org/jira/browse/ARROW-5853 Closes #5339 from jorisvandenbossche/ARROW-5853-python-filter-kernel and squashes the following commits: 72443bc54 <Joris Van den Bossche> also parametrize invalid tests d448afba2 <Joris Van den Bossche> move type check into c++ 65d049ec8 <Joris Van den Bossche> rename Filter->FilterKernel to avoid name clash with Gandiva 833a40d1a <Joris Van den Bossche> ARROW-5853: Expose boolean filter kernel on Array Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>