Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MINOR: [Java] add toString on AbstractContainerVector (apache#40404)
### Rationale for this change Adding the ability to see the values in vectors derived from AbstractContainerVector (e.g. structs, dense unions) when something's not quite going as you're expecting 🙂 ### What changes are included in this PR? Add AbstractContainerVector.toString in line with BaseValueVector.toString ### Are these changes tested? Yes, as part of our XTDB development, but not in the Arrow repo - I didn't see any other tests for ValueVector.toString implementations? ### Are there any user-facing changes? Strictly speaking, yes, if the user's printing out the vector - but Object.toString isn't often considered part of the public API in my experience? Cheers! James Authored-by: James Henderson <[email protected]> Signed-off-by: David Li <[email protected]>
- Loading branch information