Commits


Simon Bertron authored and Antoine Pitrou committed 95ca4f5d3e3
ARROW-12215: [C++] Allow null values in fixed-size binary columns read from CSV Give the CSV converter for reading fixed size binary columns the same behavior for detecting nulls as other datatypes. Update tests to reflect the fact that fixed size binary types are now nullable in this context. Closes #9929 from scober/feature/fsb-nulls Authored-by: Simon Bertron <simonbertron@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>