[
https://issues.apache.org/jira/browse/AVRO-89?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Doug Cutting updated AVRO-89:
-----------------------------
Assignee: Doug Cutting
Status: Patch Available (was: Open)
This passes all tests. I'll commit it soon if there are no objections.
> 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
> Assignee: Doug Cutting
> Fix For: 1.0.1
>
> Attachments: AVRO-89.patch
>
>
> 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.