pitrou commented on code in PR #47745:
URL: https://github.com/apache/arrow/pull/47745#discussion_r2428130877


##########
python/pyarrow/parquet/core.py:
##########
@@ -939,6 +939,11 @@ def _sanitize_table(table, new_schema, flavor):
       balance between deduplication ratio and fragmentation. Use norm_level=1 
or
       norm_level=2 to reach a higher deduplication ratio at the expense of
       fragmentation.
+write_time_adjusted_to_utc : bool, default False
+    Specify whether the TIME columns are expressed in reference
+    to midnight in the UTC timezone if True, otherwise it is not tied to UTC,
+    and is expressed in reference to midnight in an unknown,
+    presumably local, timezone.

Review Comment:
   ```suggestion
       Set the value of isAdjustedTOUTC when writing a TIME column.
       If True, this tells the Parquet reader that the TIME columns
       are expressed in reference to midnight in the UTC timezone.
       If False (the default), the TIME columns are assumed to be expressed
       in reference to midnight in an unknown, presumably local, timezone.
   ```



-- 
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]

Reply via email to