Jagdish-Motwani opened a new issue, #41774:
URL: https://github.com/apache/arrow/issues/41774

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   In the example Layout: ``ListView<Int8>`` Array with 5 elements,  the length 
is specified as 4.
   Shouldn't it be 5?
   
   
   ### Snippet from the website
   ------------
   
   We continue with the ListView<Int8> type, but this instance illustrates out 
of order offsets and sharing of child array values. It is an array with length 
5 having logical values:
   
   [[12, -7, 25], null, [0, -127, 127, 50], [], [50, 12]]
   It may have the following representation:
   
   * Length: 4, Null count: 1
   * Validity bitmap buffer:
   
     | Byte 0 (validity bitmap) | Bytes 1-63            |
     |--------------------------|-----------------------|
     | 00011101                 | 0 (padding)           |
   
   ...
   -------------
   
   ### Component(s)
   
   Website


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

To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org

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

Reply via email to