You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Antoine Pitrou (JIRA)" <ji...@apache.org> on 2019/06/03 13:02:00 UTC

[jira] [Updated] (ARROW-1101) UnionListWriter is not implementing all methods on interface ScalarWriter

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

Antoine Pitrou updated ARROW-1101:
----------------------------------
    Component/s: Java

> UnionListWriter is not implementing all methods on interface ScalarWriter
> -------------------------------------------------------------------------
>
>                 Key: ARROW-1101
>                 URL: https://issues.apache.org/jira/browse/ARROW-1101
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Java
>            Reporter: Venki Korukanti
>            Assignee: Venki Korukanti
>            Priority: Major
>             Fix For: 0.5.0
>
>
> {{ScalarWriter}} interface extends several scalar writers such as {{IntWriter}}. Each of these scalar writers have two methods.
>  * write<Type>(javaPrimitiveType)
>  * write(<Type>Holder)
> Currently UnionListWriter only implements the first method and not the second.



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