Skip to content

Commit 7c26ab5

Browse files
authored
MINOR: [Docs] Remove needless "version" from "New in version Arrow Columnar Format" (#47406)
### Rationale for this change This is a follow up of #46997. "version" is needless in "New in version Arrow Columnar Format". See also: #46997 (comment) ### What changes are included in this PR? Remove needless "version". ### Are these changes tested? Yes. ### Are there any user-facing changes? No. Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: AlenkaF <[email protected]>
1 parent cdc1459 commit 7c26ab5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/format/Columnar.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ will be represented as follows: ::
482482
Variable-size Binary View Layout
483483
--------------------------------
484484

485-
.. note:: New in version Arrow Columnar Format 1.4
485+
.. note:: New in Arrow Columnar Format 1.4
486486

487487
Each value in this layout consists of 0 or more bytes. These bytes'
488488
locations are indicated using a **views** buffer, which may point to one
@@ -628,7 +628,7 @@ will be represented as follows: ::
628628
ListView Layout
629629
~~~~~~~~~~~~~~~
630630

631-
.. note:: New in version Arrow Columnar Format 1.4
631+
.. note:: New in Arrow Columnar Format 1.4
632632

633633
The ListView layout is defined by three buffers: a validity bitmap, an offsets
634634
buffer, and an additional sizes buffer. Sizes and offsets have the identical bit
@@ -1085,7 +1085,7 @@ below.
10851085
Run-End Encoded Layout
10861086
----------------------
10871087

1088-
.. note:: New in version Arrow Columnar Format 1.3
1088+
.. note:: New in Arrow Columnar Format 1.3
10891089

10901090
Run-end encoding (REE) is a variation of run-length encoding (RLE). These
10911091
encodings are well-suited for representing data containing sequences of the
@@ -1360,7 +1360,7 @@ memory size rather than the padded size.
13601360
Variadic buffers
13611361
----------------
13621362

1363-
.. note:: New in version Arrow Columnar Format 1.4
1363+
.. note:: New in Arrow Columnar Format 1.4
13641364

13651365
Some types such as Utf8View are represented using a variable number of buffers.
13661366
For each such Field in the pre-ordered flattened logical schema, there will be

0 commit comments

Comments
 (0)