You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Todd Farmer (Jira)" <ji...@apache.org> on 2022/07/12 14:05:02 UTC

[jira] [Assigned] (ARROW-329) [Java] ComplexWriterImpl.setValueCount() doesn't set the value count of its "root" container

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

Todd Farmer reassigned ARROW-329:
---------------------------------

    Assignee:     (was: Abdel Hakim Deneche)

This issue was last updated over 90 days ago, which may be an indication it is no longer being actively worked. To better reflect the current state, the issue is being unassigned. Please feel free to re-take assignment of the issue if it is being actively worked, or if you plan to start that work soon.

> [Java] ComplexWriterImpl.setValueCount() doesn't set the value count of its "root" container
> --------------------------------------------------------------------------------------------
>
>                 Key: ARROW-329
>                 URL: https://issues.apache.org/jira/browse/ARROW-329
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Java
>            Reporter: Abdel Hakim Deneche
>            Priority: Major
>
> The following code:
> {code}
>     MapVector vector = new MapVector(name, allocator, null);
>     ComplexWriterImpl mapWriter = new ComplexWriterImpl("colMap", vector);
>     BaseWriter.MapWriter mapWr = mapWriter.rootAsMap();
>     // write into the map vector
>     …
>     mapWriter.setValueCount(5);
> {code}
> is expected to set the value count of _vector_ to 5, but it doesn't



--
This message was sent by Atlassian Jira
(v8.20.10#820010)