Shekharrajak commented on code in PR #16577:
URL: https://github.com/apache/iceberg/pull/16577#discussion_r3309559486
##########
core/src/main/java/org/apache/iceberg/avro/AvroSchemaUtil.java:
##########
@@ -153,16 +153,18 @@ public static Schema applyNameMapping(Schema fileSchema,
NameMapping nameMapping
public static boolean isTimestamptz(Schema schema) {
LogicalType logicalType = schema.getLogicalType();
+ if (logicalType instanceof LogicalTypes.LocalTimestampMillis
Review Comment:
isTimestamptz returns false for LocalTimestamp* a
--
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]