kevinjqliu opened a new issue, #2239: URL: https://github.com/apache/iceberg-python/issues/2239
### Feature Request / Improvement see https://github.com/apache/iceberg-python/pull/2173#discussion_r2209233326 for more context The thread address `timestamp-millis` conversion specifically from avro to iceberg. the complication is that iceberg spec does not support `timestamp-millis` natively, it supports `timestamp-micros`. Some conversion logic is needed `AvroSchemaConversion().avro_to_iceberg` is currently only used to convert avro data types to those supported by iceberg spec Also related to https://github.com/apache/iceberg-python/issues/2226 -- 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]
