lidavidm commented on code in PR #320: URL: https://github.com/apache/arrow-cookbook/pull/320#discussion_r1315177011
########## java/source/data.rst: ########## @@ -23,6 +23,47 @@ Recipes related to compare, filtering or transforming data. .. contents:: +Concatenate Value Vectors +========================= + +In some cases, we need to concatenate two value vectors into one. To accomplish +this, we can use `VectorAppender`_. Consider also that the initial Value Vector +is mutated and used to concatenate the added values. Review Comment: ```suggestion this, we can use `VectorAppender`_. This mutates the initial ValueVector. ``` -- 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]
