Open asfimport opened 2 years ago
Apache Arrow JIRA Bot: 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 per project policy. 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.
The current implementation of Java VectorSchemaRoot cannot add a vector at the end of the current list (which is the generally understood meaning of "add").
The Precondition check in the method's second line prevents providing an appropriate index for adding at the end:
One possible implementation resolving the issue is shown below.
Reporter: Larry White / @lwhite1
Note: This issue was originally created as ARROW-17530. Please see the migration documentation for further details.