You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Thiruvalluvan M. G. (JIRA)" <ji...@apache.org> on 2018/11/17 12:53:00 UTC

[jira] [Updated] (AVRO-2268) Perf.java SpecificRecord input data not working

     [ https://issues.apache.org/jira/browse/AVRO-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thiruvalluvan M. G. updated AVRO-2268:
--------------------------------------
    Status: Patch Available  (was: Open)

> Perf.java SpecificRecord input data not working
> -----------------------------------------------
>
>                 Key: AVRO-2268
>                 URL: https://issues.apache.org/jira/browse/AVRO-2268
>             Project: Apache Avro
>          Issue Type: Test
>          Components: java
>            Reporter: Raymie Stata
>            Assignee: Raymie Stata
>            Priority: Major
>
> In {{FooBarSpecificRecordTest.genSingleRecord}}, the {{nicknames}} field is given an instance of what is returned by {{ArrayList.asList}}, which does _not_ support the {{clear}} method.  When reusing objects during a read, the {{clear}} method is used to clear the contents of array-valued fields during reading, which causes an {{OperationNotSupported}} exception.  So {{genSingleRecord}} needs to change to set {{nicknames}} to a type that implements {{clear}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)