kou commented on code in PR #38276:
URL: https://github.com/apache/arrow/pull/38276#discussion_r1460669899


##########
docs/source/java/vector_schema_root.rst:
##########
@@ -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>` 

Review Comment:
   It seems that we don't need this:
   
   https://arrow.apache.org/docs/java/vector_schema_root.html#vectorschemaroot
   
   > 
[ArrowRecordBatch](https://arrow.apache.org/docs/java/reference/org/apache/arrow/vector/ipc/message/ArrowRecordBatch.html)
 (a representation of a RecordBatch 
[IPC](https://arrow.apache.org/docs/format/Columnar.html#format-ipc) message).



-- 
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]

Reply via email to