Commits


Joris Van den Bossche authored and Wes McKinney committed 16bf3266be1
ARROW-6325: [Python] fix conversion of strided boolean arrays https://issues.apache.org/jira/browse/ARROW-6325 Needed to flip the order of the strided / boolean check, as the strided code path was not specialized for boolean values, and the boolean code path already handled strided arrays fine. Closes #5176 from jorisvandenbossche/ARROW-6325-bool-array and squashes the following commits: 2c0ca6a9f <Joris Van den Bossche> lint 843ffc53d <Joris Van den Bossche> ARROW-6325: fix conversion of strided boolean arrays Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Wes McKinney <wesm+git@apache.org>