Skip to content

Commit dff956e

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cpp/src/parquet/properties.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1322,7 +1322,10 @@ class PARQUET_EXPORT ArrowWriterProperties {
13221322
/// \brief Returns the executor used to write columns in parallel.
13231323
::arrow::internal::Executor* executor() const;
13241324

1325-
bool write_time_adjusted_to_utc() const { return write_time_adjusted_to_utc_; }
1325+
/// \brief The value of isAdjustedTOUTC when writing a TIME column
1326+
///
1327+
/// Note this setting doesn't affect TIMESTAMP data.
1328+
bool write_time_adjusted_to_utc() const { return write_time_adjusted_to_utc_; }
13261329

13271330
private:
13281331
explicit ArrowWriterProperties(bool write_nanos_as_int96,

0 commit comments

Comments
 (0)