jorisvandenbossche commented on a change in pull request #7348:
URL: https://github.com/apache/arrow/pull/7348#discussion_r435169769
##########
File path: docs/source/python/parquet.rst
##########
@@ -244,6 +277,18 @@ an exception will be raised. This can be suppressed by
passing
pq.write_table(table, where, coerce_timestamps='ms',
allow_truncated_timestamps=True)
+Timestamps with nanoseconds can be stored without casting when using the
+more recent Parquet format version 2.0:
Review comment:
@wesm now that `version="2.0"` and `data_page_version="2.0"` are two
separate options, I think it is OK to actually properly document that you can
use version 2.0 to store nanoseconds? (with of course the proper warning that
this can hurt compatibility with other parquet readers, but it shouldn't
produce invalid files anymore?)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]