Commits

Wes McKinney authored 0b91cadfe1c
ARROW-622: [Python] Add coerce_timestamps option to parquet.write_table, deprecate timestamps_to_ms argument Requires PARQUET-1078 https://github.com/apache/parquet-cpp/pull/380 cc @xhochy @fjetter @cpcloud, could you have a look. This needs to go into 0.6.0 Author: Wes McKinney <wes.mckinney@twosigma.com> Closes #944 from wesm/ARROW-622 and squashes the following commits: 3a21dfe5 [Wes McKinney] Add test to exhaust more paths of coerce_timestamps, error handling 45bbf5b2 [Wes McKinney] Add coerce_timestamps to write_metadata 172a9e1a [Wes McKinney] Implement coerce_timestamps option