Commits


François Saint-Jacques authored and Wes McKinney committed d29066cd828
PARQUET-1823: [C++] Invalid RowGroup returned by parquet::arrow::FileReader As reported by Feng Tian, the FileReader::RowGroup(i)::Column(j) method was not returning the correct row group and instead always returned the first row group of the file. The root cause was an ignored `factory_iterator` parameter in the `FileReaderImpl::GetColumn` method. Closes #6674 from fsaintjacques/PARQUET-1823-fix-invalid-row-group Authored-by: François Saint-Jacques <fsaintjacques@gmail.com> Signed-off-by: Wes McKinney <wesm+git@apache.org>