clairemcginty opened a new pull request, #16824:
URL: https://github.com/apache/iceberg/pull/16824

   See: https://github.com/apache/iceberg/issues/16781
   
   `LogicalTypes.timestampNanos()` does not exist in Avro <= 1.11, since 
`timestamp-nanos` type is new to 1.12. Upgrading Avro versions can be 
nontrivial for many use cases, so this PR offers a workaround of initializing 
these fields lazily, only after checking runtime Avro version.
   
   let me know what you think! happy to iterate on the approach


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

Reply via email to