generated record classes should use unboxed numeric types
---------------------------------------------------------
Key: AVRO-89
URL: https://issues.apache.org/jira/browse/AVRO-89
Project: Avro
Issue Type: Improvement
Components: java
Reporter: Doug Cutting
Fix For: 1.0.1
Currently, in a generated Java class, an integer field has type
java.lang.Integer. It would be more efficient if "int" were used. Similarly
for longs, floats, doubles and boolean.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.