Skip to content

Commit 20a0db9

Browse files
sgilmore10pitrou
andauthored
Update cpp/src/parquet/properties.h
Co-authored-by: Antoine Pitrou <[email protected]>
1 parent 57f2d3d commit 20a0db9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cpp/src/parquet/properties.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1257,10 +1257,10 @@ class PARQUET_EXPORT ArrowWriterProperties {
12571257
return this;
12581258
}
12591259

1260-
/// \brief Sets whether TIME annotations have isAdjustedTOUTC=false or
1261-
/// isAdjustedToUTC=true.
1260+
/// \brief Set the value of isAdjustedTOUTC when writing a TIME column
12621261
///
1263-
/// Default is false.
1262+
/// Default is false because Arrow TIME data is expressed in an unspecified timezone.
1263+
/// Note this setting doesn't affect TIMESTAMP data.
12641264
Builder* set_time_adjusted_to_utc(bool adjusted) {
12651265
write_time_adjusted_to_utc_ = adjusted;
12661266
return this;

0 commit comments

Comments
 (0)