Commits

Andrew Lamb authored 42564e49b2a
ARROW-10677: [Rust] Fix CSV Boolean parsing + add tests to demonstrate supported csv parsing Background: https://github.com/apache/arrow/pull/8714/files# / ARROW-10654 adds some specialized parsing for the csv reader but there was no unit test coverage. I am fairly sure that a late commit actually introduced a bug, but clearly there weren't unit tests to find it (see details https://github.com/apache/arrow/pull/8714/commits/52bf0e839453749d1f042572a5e264b701e16904#r528201732) Changes: 1. Fix the bug 2. Add boolean parsing support as protection against regression and explicit documentation of what boolean types are supported so that if we decide to change these implementations in the future it will be clearer if we are adding/removing support Closes #8733 from alamb/alamb/ARROW-10677-boolean-parsing Authored-by: Andrew Lamb <andrew@nerdnetworks.org> Signed-off-by: Andrew Lamb <andrew@nerdnetworks.org>