tjwp opened a new pull request, #2658: URL: https://github.com/apache/avro/pull/2658
## What is the purpose of the change Add support for the `timestamp-nanos` logical type to the Avro Ruby component ([AVRO-3922](https://issues.apache.org/jira/browse/AVRO-3922)). As part of the change, the existing implementation for `timestamp-millis` and `timestamp-micros` is updated to be clearer and more consistent. ## Verifying this change This change added tests and can be verified as follows: - Added tests that the follow the pattern of existing `timestamp-*` tests. - Added support for generating `timestamp-nanos` values as part of random data utilities. - Ran Ruby test to verify compatibility across supported Ruby versions. ## Documentation - Does this pull request introduce a new feature? **yes** - implements the new `timestamp-nanos` feature for Ruby - If yes, how is the feature documented? **not applicable** - `timestamp-nanos` is already documented - AFAIK the documentation does not contain a matrix of which features are supported by each component -- 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: dev-unsubscr...@avro.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org