kinolaev commented on PR #17196: URL: https://github.com/apache/iceberg/pull/17196#issuecomment-4975463048
> Avro to Iceberg conversion should continue honoring adjust-to-utc while recognizing local-timestamp-* as timestamps without zone. These behaviors are not mutually exclusive I think they are exclusive in practice. A writer writes either the `adjust-to-utc=false` property or the `local-timestamp-*` logical type. A reader must know the writer's mode in advance to correctly interpret a `timestamp-*` schema without `adjust-to-utc` property, because `AvroSchemaUtil.isTimestamptz` returns `false` in these cases. -- 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]
