Commits


Wes McKinney authored and Uwe L. Korn committed 7510ae6ef51
ARROW-837: [Python] Add public pyarrow.allocate_buffer API. Rename FixedSizeBufferOutputStream We may want to refactor to support random writes in `NativeFile`, so I've renamed accordingly Author: Wes McKinney <wes.mckinney@twosigma.com> Closes #1014 from wesm/ARROW-837 and squashes the following commits: 0fe22b1 [Wes McKinney] Restore readable assertion check 0d5ebe4 [Wes McKinney] Add public pyarrow.allocate_buffer API. Rename FixedSizeBufferOutputStream to FixedSizeBufferWriter for when we can support seeking at some point