Commits

Wes McKinney authored edd6cfcd9bf
ARROW-727: [Python] Ensure that NativeFile.write accepts any bytes, unicode, or object providing buffer protocol. Rename build_arrow_buffer to pyarrow.frombuffer Author: Wes McKinney <wes.mckinney@twosigma.com> Closes #464 from wesm/ARROW-727 and squashes the following commits: c93edb0 [Wes McKinney] Rename build_arrow_buffer to pyarrow.frombuffer. Ensure that NativeFile.write accepts any bytes, unicode, or object providing buffer protocol