Skip to content

Commit

Permalink
Add sessionTimezone and adjustTimestampToTimezone to DWRF reader and …
Browse files Browse the repository at this point in the history
…writer options
  • Loading branch information
wypb committed Sep 9, 2024
1 parent b356a66 commit 566dba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velox/dwio/parquet/reader/ParquetReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class ReaderBase {
}

const tz::TimeZone* sessionTimezone() const {
return options_.getSessionTimezone();
return options_.sessionTimezone();
}

/// Ensures that streams are enqueued and loading for the row group at
Expand Down

0 comments on commit 566dba1

Please sign in to comment.