lidavidm commented on code in PR #318: URL: https://github.com/apache/arrow-cookbook/pull/318#discussion_r1315179118
########## java/source/data.rst: ########## @@ -23,6 +23,58 @@ Recipes related to compare, filtering or transforming data. .. contents:: +Append VectorSchemaRoots +======================== Review Comment: ```suggestion Concatenating VectorSchemaRoots =============================== ``` ########## java/source/data.rst: ########## @@ -23,6 +23,58 @@ Recipes related to compare, filtering or transforming data. .. contents:: +Append VectorSchemaRoots +======================== + +In some cases, VectorSchemaRoot needs to be modeled as a container. To accomplish +this, you can use ``VectorSchemaRootAppender.append``. The following code gets +the three vectors separately, and then appends the three vectors together: Review Comment: ```suggestion this, you can use ``VectorSchemaRootAppender.append``. The following code creates two roots, then concatenates them together: ``` -- 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]
