jarohen opened a new pull request, #40404: URL: https://github.com/apache/arrow/pull/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 :slightly_smiling_face: ### 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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
