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


##########
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 
<format-ipc>` 

Review Comment:
   ditto.
   
   https://arrow.apache.org/docs/java/vector_schema_root.html#vectorschemaroot
   
   > (a representation of a RecordBatch 
[IPC](https://arrow.apache.org/docs/format/Columnar.html#format-ipc) message)



##########
docs/source/developers/overview.rst:
##########
@@ -184,7 +184,7 @@ implementation can support:
    same endianness).  This includes ancillary functionality such as reading
    and writing various file formats, such as Parquet.
 2. Cross endian support (implementations will do byte reordering when
-   appropriate for :ref:`IPC <format-ipc>` and :ref:`Flight <flight-rpc>`
+   appropriate for :ref:`IPC format <format-ipc>` and :ref:`Flight 
<flight-rpc>`

Review Comment:
   ditto.
   
   https://arrow.apache.org/docs/developers/overview.html#endianness
   
   > (implementations will do byte reordering when appropriate for 
[IPC](https://arrow.apache.org/docs/format/Columnar.html#format-ipc) and...



##########
docs/source/cpp/tables.rst:
##########
@@ -82,7 +82,7 @@ and computation functions, possibly incremental.
          structure as described in text above.
 
 Record batches can be sent between implementations, such as via 
-:ref:`IPC <format-ipc>` or
+:ref:`IPC format <format-ipc>` or

Review Comment:
   Is this really needed?
   https://arrow.apache.org/docs/cpp/tables.html#record-batches renders 
correctly without this:
   
   > Record batches can be sent between implementations, such as via 
[IPC](https://arrow.apache.org/docs/format/Columnar.html#format-ipc) or via ...



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