tschaub opened a new issue, #37845:
URL: https://github.com/apache/arrow/issues/37845

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   When using the `pqarrow.FileReader` to read Parquet data with nested fields, 
the column chunk reader will return an error when the requested index is higher 
than the highest physical column index but will panic if the index is higher 
than the highest logical column index (but less than the highest physical 
column index).
   
   Instead, it would be more consistent to always return an error if the 
requested index is higher than the highest logical field index.
   
   
   ### Component(s)
   
   Go, Parquet


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to