kangakum36 commented on code in PR #43268:
URL: https://github.com/apache/arrow/pull/43268#discussion_r1679747481
##########
cpp/src/parquet/properties.h:
##########
@@ -1088,6 +1103,7 @@ class PARQUET_EXPORT ArrowWriterProperties {
bool use_threads_;
::arrow::internal::Executor* executor_;
+ bool time_is_adjusted_to_utc_;
Review Comment:
Ah, I saw some other time-related properties (e.g.
`coerce_timestamps_unit_`, `use_deprecated_int96_timestamps_`, etc), that are
also not per-column, so I thought doing the same here would be fine.
If we want per column, I can make this a `map<string, bool>` of field name
-> is_adjusted_to_utc. Alternatively (see my response to your next comment),
we can consider adding this to the `TIME32` and `TIME64` types.
--
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]