Commits

Wes McKinney authored 5aea3a3d934
ARROW-1287: [Python] Implement whence argument for pyarrow.NativeFile.seek I still need to validate this against the use case in https://github.com/dask/fastparquet/issues/188 Author: Wes McKinney <wes.mckinney@twosigma.com> Closes #907 from wesm/ARROW-1287 and squashes the following commits: 933f3f6d [Wes McKinney] Add testing script for checking thirdparty library against pyarrow.HdfsClient 423ca87b [Wes McKinney] Implement whence argument for pyarrow.NativeFile.seek