ggodik opened a new pull request, #13767:
URL: https://github.com/apache/arrow/pull/13767

   Remove panic from `parquet.file.RowGroupReader.Column(index int)`
   
   - parquet.file.RowGroupReader.Column(index int) panics if the the provided 
column index is invalid.
   - Return an error as the rest of the functions in the codebase return an 
error as well.  For example GetColumnPageReader returns (PageReader, error) 
   - fixed usage in tests
   
   
https://github.com/apache/arrow/blob/master/go/parquet/file/row_group_reader.go#L58
   
   


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