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


##########
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:
   So shall I remove this line no 110? 
   
   > 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).
   
   So shall I remove line no 110?



##########
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:
   So shall I remove this line no 110? 
   
   > 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).
   
   So shall I remove line no 110?



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