pitrou commented on code in PR #47316:
URL: https://github.com/apache/arrow/pull/47316#discussion_r2300380873
##########
cpp/src/parquet/properties.h:
##########
@@ -1310,14 +1322,17 @@ class PARQUET_EXPORT ArrowWriterProperties {
/// \brief Returns the executor used to write columns in parallel.
::arrow::internal::Executor* executor() const;
+ bool write_time_adjusted_to_utc() const { return
write_time_adjusted_to_utc_; }
Review Comment:
```suggestion
/// \brief The value of isAdjustedTOUTC when writing a TIME column
///
/// Note this setting doesn't affect TIMESTAMP data.
bool write_time_adjusted_to_utc() const { return
write_time_adjusted_to_utc_; }
```
--
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]