Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Jun 6, 2024
1 parent 95eee46 commit e02d51c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/format/Columnar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ concepts, here is a small glossary to help disambiguate.
Data Types
==========

The `Schema.fbs`_ defines built-in data types supported by the
The file `Schema.fbs`_ defines built-in data types supported by the
Arrow columnar format. Each data type uses a well-defined physical layout.

`Schema.fbs`_ is the authoritative source for the description of the
Expand Down Expand Up @@ -177,8 +177,8 @@ convenience:
* \(3) Whether a Union type uses the Sparse or Dense layout is denoted by its
*mode* parameter.

* \(4) The *index type* of a Dictionary type can only be a signed integer type
with width 8 to 64 bits.
* \(4) The *index type* of a Dictionary type can only be an integer type,
preferably signed, with width 8 to 64 bits.

* \(5) The *run end type* of a Run-End Encoded type can only be a signed integer type
with width 16 to 64 bits.
Expand Down

0 comments on commit e02d51c

Please sign in to comment.