Commits


Antoine Pitrou authored and Wes McKinney committed 231924c1e17
ARROW-9163: [C++] Validate UTF8 contents of a StringArray * Add a ValidateUTF8() method to StringArray and LargeStringArray * Automatically call ValidateUTF8() when ValidateFull() is called on one of those types Closes #7596 from pitrou/ARROW-9163-validate-utf8 Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Wes McKinney <wesm@apache.org>