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: [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]
