Commits


Eduardo Ponce authored and Antoine Pitrou committed 6dc272aa4b4
ARROW-13810: [C++][Compute] Predicate IsAsciiCharacter allows invalid types and values Remove template from string predicate IsAsciiCharacter to prevent returning true for invalid types and values. Closes #11048 from edponce/ARROW-13810-Compute-Predicate-IsAsciiCharacter-allow Authored-by: Eduardo Ponce <edponce00@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>