From 3fb1d4ec4192a5857074be7626a63e4f587ec87c Mon Sep 17 00:00:00 2001 From: Felipe Oliveira Carvalho Date: Thu, 28 Sep 2023 17:54:49 -0300 Subject: [PATCH] fixup! Format: Introduce the ListView layout to the spec --- docs/source/format/Columnar.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/format/Columnar.rst b/docs/source/format/Columnar.rst index e1757429c187b..d2fe9ae58744c 100644 --- a/docs/source/format/Columnar.rst +++ b/docs/source/format/Columnar.rst @@ -510,7 +510,7 @@ reference the child array. Rather then inferring list lengths from the offsets, the sizes buffer stores the length of each list in the array. This in turn allows offsets to be out of order. Elements of the child array do not have to be stored in the -same order they logically appear in the the list elements of the parent array. +same order they logically appear in the list elements of the parent array. When a value is null, the corresponding offset and size can have arbitrary values. When size is 0, the corresponding offset can have an arbitrary value.