kou commented on code in PR #41498:
URL: https://github.com/apache/arrow/pull/41498#discussion_r1588472910
##########
python/pyarrow/parquet/core.py:
##########
@@ -761,9 +761,9 @@ def _sanitize_table(table, new_schema, flavor):
by flavor argument. This take priority over the coerce_timestamps option.
coerce_timestamps : str, default None
Cast timestamps to a particular resolution. If omitted, defaults are chosen
- depending on `version`. By default, for ``version='1.0'`` (the default)
- and ``version='2.4'``, nanoseconds are cast to microseconds ('us'), while
- for other `version` values, they are written natively without loss
+ depending on `version`. For ``version='1.0'`` and ``version='2.4'``,
Review Comment:
Should we use ` `` ` for `version` too?
```suggestion
depending on ``version``. For ``version='1.0'`` and ``version='2.4'``,
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]