davisusanibar commented on a change in pull request #12634:
URL: https://github.com/apache/arrow/pull/12634#discussion_r827478384



##########
File path: docs/source/java/vector_schema_root.rst
##########
@@ -72,3 +131,6 @@ A new :class:`VectorSchemaRoot` could be sliced from an 
existing instance with z
     // 0 indicates start index (inclusive) and 5 indicated length (exclusive).
     VectorSchemaRoot newRoot = vectorSchemaRoot.slice(0, 5);
 
+.. _`Field`: 
https://arrow.apache.org/docs/java/reference/org/apache/arrow/vector/types/pojo/Field.html
+.. _`Schema`: 
https://arrow.apache.org/docs/java/reference/org/apache/arrow/vector/types/pojo/Schema.html
+.. _`Flight`: 
https://github.com/apache/arrow/tree/master/java/flight/flight-core/src/main/java/org/apache/arrow/flight

Review comment:
       Updated




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