anesterenok commented on issue #11903: URL: https://github.com/apache/iceberg/issues/11903#issuecomment-2598658818
+1 for this one. In fact, I do not even understand why Iceberg uses a specified logical type in a way it was never intended to be used. Avro spec states: > The timestamp-micros logical type represents an instant on the global timeline, independent of a particular time zone or calendar, with a precision of one microsecond. Any Avro client reading logicalType "timestamp-micros" will expect an Instant, as per Avro spec. If Iceberg wanted to define its own type for local timestamps, they should had used their own logical type, not change the specified one. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org