rmnskb commented on code in PR #47745:
URL: https://github.com/apache/arrow/pull/47745#discussion_r2414103452
##########
python/pyarrow/parquet/core.py:
##########
@@ -1035,6 +1035,7 @@ def __init__(self, where, schema, filesystem=None,
write_page_checksum=False,
sorting_columns=None,
store_decimal_as_integer=False,
+ use_time_adjusted_to_utc=False,
Review Comment:
Thanks for the comment!
I thought so as well, but I also wanted to keep the arguments consistent,
e.g. `use_byte_stream_split` boolean flag above uses this naming convention, so
I didn't want to use different convention in the same function. It's also not
really obvious that `write_time_adjusted_to_utc` is expecting a boolean value,
and due to the lack of type hinting, I wanted to avoid that.
Please let me know if the reasoning makes sense.
--
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]