pitrou commented on a change in pull request #7535:
URL: https://github.com/apache/arrow/pull/7535#discussion_r445449521



##########
File path: docs/source/format/Columnar.rst
##########
@@ -586,13 +587,13 @@ having the values: ``[{f=1.2}, null, {f=3.4}, {i=5}]``
     * Children arrays:
       * Field-0 array (f: float):
         * Length: 2, nulls: 0
-        * Validity bitmap buffer: Not required
+        * Validity bitmap buffer: 00000101
 
         * Value Buffer:
 
-          | Bytes 0-7 | Bytes 8-63  |
-          |-----------|-------------|
-          | 1.2, 3.4  | unspecified |
+          | Bytes 0-11     | Bytes 8-63  |

Review comment:
       Second column should be "bytes 12-63"




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to