apache / arrow

Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics
https://arrow.apache.org/
Apache License 2.0
14.5k stars 3.53k forks source link

[Java] Implement splitAndTransfer for UnionVector #15317

Open asfimport opened 8 years ago

asfimport commented 8 years ago

This method was never implemented, and currently is a no op. We should at least do the naive "copy" version of the method.

Reporter: Steven Phillips / @StevenMPhillips

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

vibhatha commented 9 months ago

Seems like it has been completed: https://github.com/apache/arrow/blob/main/java/vector/src/main/codegen/templates/UnionVector.java#L580-L593