Skip to content

Commit

Permalink
[oap ] Set writeInt96AsTimestamp to true, will remove after int64 sup…
Browse files Browse the repository at this point in the history
…port
  • Loading branch information
jinchengchenghh authored and glutenperfbot committed Nov 5, 2024
1 parent a3a3f25 commit fa1e469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velox/dwio/parquet/writer/Writer.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ struct WriterOptions : public dwio::common::WriterOptions {
std::optional<TimestampUnit> parquetWriteTimestampUnit;
/// Timestamp time zone for Parquet write through Arrow bridge.
std::optional<std::string> parquetWriteTimestampTimeZone;
bool writeInt96AsTimestamp = false;
bool writeInt96AsTimestamp = true;

// Parsing session and hive configs.

Expand Down

0 comments on commit fa1e469

Please sign in to comment.