Skip to content

Commit

Permalink
MINOR: [Docs] Correct ListView example doc in Columnar.rst (#45265)
Browse files Browse the repository at this point in the history
### Rationale for this change
The pr aims to correct an error in doc `Columnar.rst`

### What changes are included in this PR?
Obviously, the value of `Length` below is incorrect, it should be `5`.
<img width="775" alt="image" src="https://github.com/user-attachments/assets/9e53d415-0a6e-4d2b-9822-9eb20456898a" />

### Are these changes tested?
No, only for docs.

### Are there any user-facing changes?
Reduce misunderstandings among end users.

Authored-by: panbingkun <[email protected]>
Signed-off-by: mwish <[email protected]>
  • Loading branch information
panbingkun authored Jan 15, 2025
1 parent f4e4ed3 commit 3b932bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/format/Columnar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ having logical values::

It may have the following representation: ::

* Length: 4, Null count: 1
* Length: 5, Null count: 1
* Validity bitmap buffer:

| Byte 0 (validity bitmap) | Bytes 1-63 |
Expand Down

0 comments on commit 3b932bb

Please sign in to comment.