Gezi-lzq opened a new issue, #11903: URL: https://github.com/apache/iceberg/issues/11903
### Feature Request / Improvement Hi folks, I would like to understand more about the statement "Avro type annotation adjust-to-utc is an Iceberg convention,” given that Avro already has the Logical Type local-timestamp-micros. Should Iceberg support both the `adjust-to-utc` and `local-timestamp-micros` methods simultaneously? timestamptz: https://iceberg.apache.org/spec/#avro ``` { "type": "long", "logicalType": "timestamp-micros", "adjust-to-utc": true } ``` and https://avro.apache.org/docs/1.10.2/spec.html#Decimal ``` { "type": "long", "logicalType": "local-timestamp-micros" } ``` Reference class: org.apache.iceberg.avro.SchemaToType#primitive @rdblue ### Query engine Other ### Willingness to contribute - [X] I can contribute this improvement/feature independently - [X] I would be willing to contribute this improvement/feature with guidance from the Iceberg community - [ ] I cannot contribute this improvement/feature at this time -- 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.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