amol- commented on a change in pull request #12634:
URL: https://github.com/apache/arrow/pull/12634#discussion_r836198571
##########
File path: docs/source/java/vector_schema_root.rst
##########
@@ -15,21 +15,79 @@
.. specific language governing permissions and limitations
.. under the License.
-================
+.. default-domain:: java
+.. highlight:: java
+
+============
+Tabular Data
+============
+
+While arrays (aka: :doc:`ValueVector <./vector>`) represent a one-dimensional
sequence of
+homogeneous values, data often comes in the form of two-dimensional sets of
+heterogeneous data (such as database tables, CSV files...). Arrow provides
+several abstractions to handle such data conveniently and efficiently.
+
+Fields
+======
+
+Fields are used to denote the particular columns of a table.
Review comment:
```suggestion
Fields are used to denote the particular columns of tabular data.
```
--
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]