glywk commented on PR #3053:
URL: https://github.com/apache/avro/pull/3053#issuecomment-2258924339

   > I worried a bit about potential bugs in conversions between Avro 
timestamps and `std::chrono::` types; but AFAICT this library doesn't implement 
any such conversions, so it can't have any bugs in them.
   
   You are right `std::chrono::milliseconds` and `std::chrono::microseconds` 
can be less large 
[chrono::duration](https://en.cppreference.com/w/cpp/chrono/duration) than 
`avro long` (int64_t). But it is not the aim of this pull request.


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

Reply via email to