Commits

Wes McKinney authored 26b55d6f457
ARROW-2057: [Python] Expose option to configure data page size threshold in parquet.write_table This allows Python users to configure the rough threshold for encoded data pages within a Parquet column chunk. Also includes documentation about `use_deprecated_int96_timestamps` per ARROW-4047 Author: Wes McKinney <wesm+git@apache.org> Closes #4597 from wesm/ARROW-2057 and squashes the following commits: 94f08b060 <Wes McKinney> Tweak write_to_dataset docstring 47c3c0f44 <Wes McKinney> Fix unit test ee6d6bcdd <Wes McKinney> Expose option to configure data page size threshold in parquet.write_table