Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
lidavidm authored Sep 4, 2023
1 parent 3b1151a commit 2067de5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions java/source/data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ Recipes related to compare, filtering or transforming data.

.. contents::

Append VectorSchemaRoots
========================
Concatenate 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:
this, you can use ``VectorSchemaRootAppender.append``. The following code
creates two roots, then concatenates them together:

.. testcode::

Expand Down

0 comments on commit 2067de5

Please sign in to comment.