Commits


Robert Nishihara authored and Philipp Moritz committed 26bc4ab5a31
ARROW-2308: [Python] Make deserialized numpy arrays 64-byte aligned. I'm not too sure about the relation to https://issues.apache.org/jira/browse/ARROW-1860, but I thought I'd open this for comment. This aligns numpy arrays to 64-byte boundaries. cc @pcmoritz @wesm @yaroslavvb Author: Robert Nishihara <robertnishihara@gmail.com> Closes #1802 from robertnishihara/numpyalignment and squashes the following commits: 21840106 <Robert Nishihara> Document argument better. b539ba09 <Robert Nishihara> Don't set aligned = True in RecordBatch case. b4691aa5 <Robert Nishihara> Add test for strided case. c963dbbf <Robert Nishihara> Don't use casts. b72f6c49 <Robert Nishihara> Remove helper method. d0e66dfd <Robert Nishihara> Remove code duplication. f670d474 <Robert Nishihara> add test d9aaa089 <Robert Nishihara> Add ReadMessageAligned method. 614df5d7 <Robert Nishihara> First pass at numpy array alignment issue.