Skip to content

Commit

Permalink
Update vector_schema_root.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Divyansh200102 authored Jan 20, 2024
1 parent 8459a9c commit b934b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/java/vector_schema_root.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Here is an example of creating a VectorSchemaRoot:
Data can be loaded into/unloaded from a VectorSchemaRoot via `VectorLoader`_
and `VectorUnloader`_. They handle converting between VectorSchemaRoot and
`ArrowRecordBatch`_ (a representation of a RecordBatch :ref:`IPC <format-ipc>`
`ArrowRecordBatch`_ (a representation of a RecordBatch :ref:`IPC <format-ipc>`
message). For example:

.. code-block:: Java
Expand Down

0 comments on commit b934b66

Please sign in to comment.