Gabriel39 commented on code in PR #67784:
URL: https://github.com/apache/doris/pull/67784#discussion_r3985838082
##########
fe/fe-core/src/main/java/org/apache/doris/datasource/property/fileformat/ParquetFileFormatProperties.java:
##########
@@ -61,7 +61,7 @@ public class ParquetFileFormatProperties extends
FileFormatProperties {
private TParquetCompressionType parquetCompressionType =
TParquetCompressionType.SNAPPY;
private boolean parquetDisableDictionary = false;
private TParquetVersion parquetVersion = TParquetVersion.PARQUET_1_0;
- private boolean enableInt96Timestamps = true;
+ private boolean enableInt96Timestamps = false;
Review Comment:
Fixed in 489a3c5aa8. The generic Parquet writer now requests a
timezone-naive Arrow schema for DATETIMEV2, while TIMESTAMPTZ remains
timezone-aware through its dedicated binding. `WritesInt64TimestampSemantics`
verifies `isAdjustedToUTC=false` for DATETIMEV2 and `true` for TIMESTAMPTZ.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]