You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Feature Request / Improvement
see #2173 (comment) for more context
The thread address
timestamp-millisconversion specifically from avro to iceberg. the complication is that iceberg spec does not supporttimestamp-millisnatively, it supportstimestamp-micros. Some conversion logic is neededAvroSchemaConversion().avro_to_icebergis currently only used to convert avro data types to those supported by iceberg specAlso related to #2226