Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
9.0.0
Description
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)
https://github.com/apache/arrow/blob/master/go/parquet/file/row_group_reader.go#L58
Attachments
Issue Links
- links to