pitrou commented on code in PR #47316:
URL: https://github.com/apache/arrow/pull/47316#discussion_r2300377427
##########
cpp/src/parquet/properties.h:
##########
@@ -1256,12 +1257,21 @@ class PARQUET_EXPORT ArrowWriterProperties {
return this;
}
+ /// \brief Sets whether TIME annotations have isAdjustedTOUTC=false or
+ /// isAdjustedToUTC=true.
+ ///
+ /// Default is false.
Review Comment:
```suggestion
/// \brief Set the value of isAdjustedTOUTC when writing a TIME column
///
/// Default is false because Arrow TIME data is expressed in an
unspecified timezone.
/// Note this setting doesn't affect TIMESTAMP data.
```
--
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]