[
https://issues.apache.org/jira/browse/ARROW-17274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthew Topol resolved ARROW-17274.
-----------------------------------
Fix Version/s: 10.0.0
Resolution: Fixed
Issue resolved by pull request 13767
[https://github.com/apache/arrow/pull/13767]
> [GO] Remove panic from parquet.file.RowGroupReader.Column(index int)
> --------------------------------------------------------------------
>
> Key: ARROW-17274
> URL: https://issues.apache.org/jira/browse/ARROW-17274
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Go
> Affects Versions: 9.0.0
> Reporter: George Godik
> Priority: Major
> Labels: pull-request-available
> Fix For: 10.0.0
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
> 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
--
This message was sent by Atlassian Jira
(v8.20.10#820010)