Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Java] ComplexWriterImpl.setValueCount() doesn't set the value count of its "root" container #15793

Closed
asfimport opened this issue Oct 8, 2016 · 2 comments

Comments

@asfimport
Copy link
Collaborator

The following code:

    MapVector vector = new MapVector(name, allocator, null);
    ComplexWriterImpl mapWriter = new ComplexWriterImpl("colMap", vector);
    BaseWriter.MapWriter mapWr = mapWriter.rootAsMap();
    // write into the map vectormapWriter.setValueCount(5);

is expected to set the value count of vector to 5, but it doesn't

Reporter: Abdel Hakim Deneche / @adeneche

Note: This issue was originally created as ARROW-329. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

Todd Farmer / @toddfarmer:
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.

@danepitkin
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants