opwvhk commented on PR #3291: URL: https://github.com/apache/avro/pull/3291#issuecomment-2959470859
Although the RFC does indeed not define an `integer` type, I think we should follow the JSON Schema spec on this: * `int` and `long` cannot have a fractional part * whole numbers are ubiquitous enough to warrant a shorter definition than "number without a factional part" Based on the ubiquity of integer numbers, one can even argue that the addition of `integer` in JSON schemas actually fixes an omission in the RFC (just as one can argue the opposite, because it makes the spec simpler). -- 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]
