[
https://issues.apache.org/jira/browse/AVRO-2691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17038505#comment-17038505
]
Hudson commented on AVRO-2691:
------------------------------
SUCCESS: Integrated in Jenkins build AvroJava #829 (See
[https://builds.apache.org/job/AvroJava/829/])
AVRO-2691: Do Not Cache Empty Array in RecordBuilderBase (#771) (github:
[https://github.com/apache/avro/commit/a65dca9bc4981b7788b51d3297323136e4f664ae])
* (edit)
lang/java/avro/src/main/java/org/apache/avro/data/RecordBuilderBase.java
> Do Not Cache Empty Array in RecordBuilderBase
> ---------------------------------------------
>
> Key: AVRO-2691
> URL: https://issues.apache.org/jira/browse/AVRO-2691
> Project: Apache Avro
> Issue Type: Improvement
> Reporter: David Mollitor
> Assignee: David Mollitor
> Priority: Trivial
> Fix For: 1.10.0
>
>
> It may all be optimized away by the compiler at the end of the day, but it's
> just extra code that is not needed. Every since other instance of
> {{toArray}} in the Avro project is passed an empty array (which is the
> correct thing to do).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)